From 186e471c36189d03cf0c8cdec5c46d2fa7eb9034 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jul 2023 20:39:36 +0000 Subject: [PATCH 1/2] chore(deps): Bump okio from 3.3.0 to 3.4.0 Bumps [okio](https://github.com/square/okio) from 3.3.0 to 3.4.0. - [Changelog](https://github.com/square/okio/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okio/compare/parent-3.3.0...parent-3.4.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 fc823257a6..d83775fd57 100644 --- a/pom.xml +++ b/pom.xml @@ -110,7 +110,7 @@ 2.9.0 4.10.0 - 3.3.0 + 3.4.0 2.10.1 3.1.6 From d720eca1ac60712c187d9248fca0613c9f37504c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Bedn=C3=A1=C5=99?= Date: Mon, 17 Jul 2023 11:17:12 +0200 Subject: [PATCH 2/2] docs: Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a80b8b875..e2309bc92b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,7 @@ Update dependencies: - [#588](https://github.com/influxdata/influxdb-client-java/pull/588): `scala-library` to `2.12.18` - [#589](https://github.com/influxdata/influxdb-client-java/pull/589): `kotlin` to `1.8.22` - [#592](https://github.com/influxdata/influxdb-client-java/pull/592): `akka` to `2.6.21` + - [#602](https://github.com/influxdata/influxdb-client-java/pull/602): `okio` to `3.4.0` #### Maven: - [#569](https://github.com/influxdata/influxdb-client-java/pull/569): `maven-enforcer-plugin` to `3.3.0`