From 39a22983f76da3d7dcbedd0e871292f1392b841e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Oct 2023 10:44:42 +0000 Subject: [PATCH 1/2] chore(deps): bump dependency.okhttp3.version from 4.10.0 to 4.11.0 Bumps `dependency.okhttp3.version` from 4.10.0 to 4.11.0. Updates `okhttp` from 4.10.0 to 4.11.0 - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-4.10.0...parent-4.11.0) Updates `logging-interceptor` from 4.10.0 to 4.11.0 - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-4.10.0...parent-4.11.0) Updates `mockwebserver` from 4.10.0 to 4.11.0 - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-4.10.0...parent-4.11.0) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.squareup.okhttp3:logging-interceptor dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.squareup.okhttp3:mockwebserver dependency-type: direct:development 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 67a98d4e8a..c724d9f7a6 100644 --- a/pom.xml +++ b/pom.xml @@ -109,7 +109,7 @@ UTF-8 2.9.0 - 4.10.0 + 4.11.0 3.4.0 2.10.1 3.1.6 From 7ea2ac7e6a9052e4b4fd615d4c9b00f5a42fa2e9 Mon Sep 17 00:00:00 2001 From: Jakub Bednar Date: Fri, 6 Oct 2023 13:01:30 +0200 Subject: [PATCH 2/2] fix: inconsistent dependency --- CHANGELOG.md | 2 ++ client-core/pom.xml | 10 +++++++--- client-test/pom.xml | 6 +++++- pom.xml | 2 +- 4 files changed, 15 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a0549a70c..0590ece2c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,8 @@ Update dependencies: - [#625](https://github.com/influxdata/influxdb-client-java/pull/625): `lombok` to `1.18.30` - [#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` #### Maven: - [#618](https://github.com/influxdata/influxdb-client-java/pull/618): `maven-enforcer-plugin` to `3.4.0` diff --git a/client-core/pom.xml b/client-core/pom.xml index be6a33ac42..91e03484dc 100644 --- a/client-core/pom.xml +++ b/client-core/pom.xml @@ -24,7 +24,7 @@ --> 4.0.0 - + influxdb-client com.influxdb @@ -68,7 +68,7 @@ https://github.com/influxdata/influxdb-client-java/tree/master HEAD - + @@ -107,6 +107,10 @@ org.jetbrains.kotlin kotlin-stdlib-common + + org.jetbrains.kotlin + kotlin-stdlib-jdk8 + @@ -197,4 +201,4 @@ - \ No newline at end of file + diff --git a/client-test/pom.xml b/client-test/pom.xml index 0314c119f3..e24c76fd45 100644 --- a/client-test/pom.xml +++ b/client-test/pom.xml @@ -125,6 +125,10 @@ org.jetbrains.kotlin kotlin-stdlib-common + + org.jetbrains.kotlin + kotlin-stdlib-jdk8 + @@ -155,4 +159,4 @@ - \ No newline at end of file + diff --git a/pom.xml b/pom.xml index c724d9f7a6..385bbd5f15 100644 --- a/pom.xml +++ b/pom.xml @@ -110,7 +110,7 @@ 2.9.0 4.11.0 - 3.4.0 + 3.5.0 2.10.1 3.1.6