From be96c772e2996b82b5c2da485e0b32975c1bf7f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 20:37:03 +0000 Subject: [PATCH 1/2] chore(deps): bump com.squareup.okio:okio from 3.8.0 to 3.9.0 Bumps [com.squareup.okio:okio](https://github.com/square/okio) from 3.8.0 to 3.9.0. - [Changelog](https://github.com/square/okio/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okio/compare/parent-3.8.0...parent-3.9.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 597f21254e..eee96eb134 100644 --- a/pom.xml +++ b/pom.xml @@ -110,7 +110,7 @@ 2.9.0 4.12.0 - 3.8.0 + 3.9.0 2.10.1 3.1.8 From a0054351efdb827a3a916273bd76a8aa7d00f0e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Bedn=C3=A1=C5=99?= Date: Tue, 2 Apr 2024 09:49:38 +0200 Subject: [PATCH 2/2] docs: Update CHANGELOG.md [skip CI] --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ba3a6fb4f3..30cb07f47c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,7 @@ Update dependencies: - [#686](https://github.com/influxdata/influxdb-client-java/pull/686): `scala-library` to `2.12.19` - [#690](https://github.com/influxdata/influxdb-client-java/pull/690): `kotlinx-coroutines` to `1.8.0` - [#691](https://github.com/influxdata/influxdb-client-java/pull/691): `micrometer-registry-influx` to `1.12.3` - - [#692](https://github.com/influxdata/influxdb-client-java/pull/692): `okio` to `3.8.0` + - [#696](https://github.com/influxdata/influxdb-client-java/pull/696): `okio` to `3.9.0` #### Maven: - [#676](https://github.com/influxdata/influxdb-client-java/pull/676): `maven-compiler-plugin` to `3.12.1`