Skip to content

Commit 9ece679

Browse files
chore(deps): bump slf4j-api from 1.7.36 to 2.0.0 (#403)
* chore(deps): bump slf4j-api from 1.7.36 to 2.0.0 Bumps [slf4j-api](https://github.com/qos-ch/slf4j) from 1.7.36 to 2.0.0. - [Release notes](https://github.com/qos-ch/slf4j/releases) - [Commits](qos-ch/slf4j@v_1.7.36...v_2.0.0) --- updated-dependencies: - dependency-name: org.slf4j:slf4j-api dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * docs: update CHANGELOG.md 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 6ff2648 commit 9ece679

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ Update dependencies:
2727
- [#399](https://github.com/influxdata/influxdb-client-java/pull/399): `maven-project-info-reports-plugin` to `3.4.1`
2828
- [#401](https://github.com/influxdata/influxdb-client-java/pull/401): `maven-javadoc-plugin` to `3.4.1`
2929

30+
#### Provided:
31+
- [#403](https://github.com/influxdata/influxdb-client-java/pull/403): `slf4j-api` to `2.0.0`
32+
3033
#### Test:
3134
- [#400](https://github.com/influxdata/influxdb-client-java/pull/400): `mockito` to `4.7.0`
3235

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>1.7.36</version>
154+
<version>2.0.0</version>
155155
<scope>provided</scope>
156156
</dependency>
157157

0 commit comments

Comments
 (0)