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 67a98d4e8a..385bbd5f15 100644 --- a/pom.xml +++ b/pom.xml @@ -109,8 +109,8 @@ UTF-8 2.9.0 - 4.10.0 - 3.4.0 + 4.11.0 + 3.5.0 2.10.1 3.1.6