From 53823c2131794aab36728f4b171a645c1cf49066 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 10:33:21 +0000 Subject: [PATCH 1/2] chore(deps): bump com.squareup.okio:okio from 3.6.0 to 3.7.0 Bumps [com.squareup.okio:okio](https://github.com/square/okio) from 3.6.0 to 3.7.0. - [Changelog](https://github.com/square/okio/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okio/compare/parent-3.6.0...parent-3.7.0) --- updated-dependencies: - dependency-name: com.squareup.okio:okio dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 6b4cb1ff90..98149b0994 100644 --- a/pom.xml +++ b/pom.xml @@ -110,7 +110,7 @@ 2.9.0 4.11.0 - 3.6.0 + 3.7.0 2.10.1 3.1.8 From 369e91b9c121e2e7ddf92c1f45a1b75fa46e6075 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Bedn=C3=A1=C5=99?= Date: Mon, 8 Jan 2024 11:45:44 +0100 Subject: [PATCH 2/2] docs: Update CHANGELOG.md [skip CI] --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c439e3ba3..9acdafcbed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,9 +5,10 @@ Update dependencies: #### Build: + - [#666](https://github.com/influxdata/influxdb-client-java/pull/666): `okio` to `3.7.0` + - [#667](https://github.com/influxdata/influxdb-client-java/pull/667): `rxjava` to `3.1.8` - [#669](https://github.com/influxdata/influxdb-client-java/pull/669): `commons-lang3` to `3.14.0` - [#670](https://github.com/influxdata/influxdb-client-java/pull/670): `micrometer-registry-influx` to `1.12.1` - - [#667](https://github.com/influxdata/influxdb-client-java/pull/667): `rxjava` to `3.1.8` #### Maven: - [#671](https://github.com/influxdata/influxdb-client-java/pull/671): `maven-javadoc-plugin` to `3.6.3`