From 21c68912d69c77c57f1c57d2e2bb51d82cee2258 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 20:32:39 +0000 Subject: [PATCH 1/2] chore(deps): bump org.slf4j:slf4j-api from 2.0.7 to 2.0.9 Bumps org.slf4j:slf4j-api from 2.0.7 to 2.0.9. --- updated-dependencies: - dependency-name: org.slf4j:slf4j-api dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- client-osgi/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client-osgi/pom.xml b/client-osgi/pom.xml index 86f8e70b10..fc0c0cdd12 100644 --- a/client-osgi/pom.xml +++ b/client-osgi/pom.xml @@ -151,7 +151,7 @@ org.slf4j slf4j-api - 2.0.7 + 2.0.9 provided From 06cb40db5a7da58fa48f7773c0fd2663064c6c6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Bedn=C3=A1=C5=99?= Date: Mon, 4 Dec 2023 06:19:40 +0100 Subject: [PATCH 2/2] docs: Update CHANGELOG.md [skip CI] --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e2ae82e74..97b1499797 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -35,6 +35,9 @@ Update dependencies: #### Test: - [#650](https://github.com/influxdata/influxdb-client-java/pull/650): `logback-classic` to `1.3.12` +#### Provided: + - [#657](https://github.com/influxdata/influxdb-client-java/pull/657): `slf4j-api` to `2.0.9` + ## 6.10.0 [2023-07-28] ### Bug Fixes