Skip to content

Commit 3037f81

Browse files
chore(deps): bump org.slf4j:slf4j-api from 2.0.12 to 2.0.13 (#711)
* chore(deps): bump org.slf4j:slf4j-api from 2.0.12 to 2.0.13 Bumps org.slf4j:slf4j-api from 2.0.12 to 2.0.13. --- updated-dependencies: - dependency-name: org.slf4j:slf4j-api dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * docs: Update CHANGELOG.md [skip ci] --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jakub Bednář <[email protected]>
1 parent f3412d2 commit 3037f81

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Update dependencies:
3838
- [#714](https://github.com/influxdata/influxdb-client-java/pull/714): `logback-classic` to `1.5.6`
3939

4040
#### Provided:
41-
- [#685](https://github.com/influxdata/influxdb-client-java/pull/685): `slf4j-api` to `2.0.12`
41+
- [#711](https://github.com/influxdata/influxdb-client-java/pull/711): `slf4j-api` to `2.0.13`
4242

4343
#### Examples:
4444
- [#715](https://github.com/influxdata/influxdb-client-java/pull/715): `commons-cli ` to `1.7.0`

client-osgi/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@
151151
<dependency>
152152
<groupId>org.slf4j</groupId>
153153
<artifactId>slf4j-api</artifactId>
154-
<version>2.0.12</version>
154+
<version>2.0.13</version>
155155
<scope>provided</scope>
156156
</dependency>
157157

0 commit comments

Comments
 (0)