From 12ea4c2b0baef6eb48fcbbd6e3bc99b97672ef44 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Oct 2023 11:22:05 +0000 Subject: [PATCH 1/2] chore(deps): bump com.squareup.okio:okio from 3.5.0 to 3.6.0 Bumps [com.squareup.okio:okio](https://github.com/square/okio) from 3.5.0 to 3.6.0. - [Changelog](https://github.com/square/okio/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okio/compare/parent-3.5.0...parent-3.6.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 385bbd5f15..33b8a6d7ea 100644 --- a/pom.xml +++ b/pom.xml @@ -110,7 +110,7 @@ 2.9.0 4.11.0 - 3.5.0 + 3.6.0 2.10.1 3.1.6 From a0a4c3c474f2e16fb09735533c20728ff7ce2855 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Bedn=C3=A1=C5=99?= Date: Fri, 6 Oct 2023 13:37:11 +0200 Subject: [PATCH 2/2] docs: Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0590ece2c1..6b91fa5854 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,7 +12,7 @@ Update dependencies: - [#629](https://github.com/influxdata/influxdb-client-java/pull/629): `karaf` to `4.4.4` - [#617](https://github.com/influxdata/influxdb-client-java/pull/617): `kotlin` to `1.9.10` - [#542](https://github.com/influxdata/influxdb-client-java/pull/542): `okhttp` to `4.11.0` - - [#542](https://github.com/influxdata/influxdb-client-java/pull/542): `okio` to `3.5.0` + - [#630](https://github.com/influxdata/influxdb-client-java/pull/630): `okio` to `3.6.0` #### Maven: - [#618](https://github.com/influxdata/influxdb-client-java/pull/618): `maven-enforcer-plugin` to `3.4.0`