From 48d93f64194455f2edcba8fa0e78aa2e45d60c8d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 May 2023 09:13:45 +0200 Subject: [PATCH] chore(deps): Bump slf4j-api from 2.0.6 to 2.0.7 (#561) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore(deps): Bump slf4j-api from 2.0.6 to 2.0.7 Bumps [slf4j-api](https://github.com/qos-ch/slf4j) from 2.0.6 to 2.0.7. - [Commits](https://github.com/qos-ch/slf4j/compare/v_2.0.6...v_2.0.7) --- updated-dependencies: - dependency-name: org.slf4j:slf4j-api dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * docs: update CHANGELOG.md --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jakub Bednář --- CHANGELOG.md | 3 +++ client-osgi/pom.xml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d3ec5f22c8..15efcaca52 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,6 +23,9 @@ Update dependencies: - [#549](https://github.com/influxdata/influxdb-client-java/pull/549): `maven-checkstyle-plugin` to `3.2.2` - [#550](https://github.com/influxdata/influxdb-client-java/pull/550): `maven-compiler-plugin` to `3.11.0` +#### Provided: + - [#561](https://github.com/influxdata/influxdb-client-java/pull/561): `slf4j-api` to `2.0.7` + #### Test: - [#564](https://github.com/influxdata/influxdb-client-java/pull/564): `assertk-jvm` to `0.26.1` diff --git a/client-osgi/pom.xml b/client-osgi/pom.xml index a3a2b41966..46adea9b19 100644 --- a/client-osgi/pom.xml +++ b/client-osgi/pom.xml @@ -151,7 +151,7 @@ org.slf4j slf4j-api - 2.0.6 + 2.0.7 provided