From 21a89d267f7073a26f3c1a163d22ec57668af53c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Oct 2023 08:55:06 +0000 Subject: [PATCH 1/2] chore(deps): Bump kotlin-coroutines.version from 1.6.4 to 1.7.3 Bumps `kotlin-coroutines.version` from 1.6.4 to 1.7.3. Updates `org.jetbrains.kotlinx:kotlinx-coroutines-core` from 1.6.4 to 1.7.3 - [Release notes](https://github.com/Kotlin/kotlinx.coroutines/releases) - [Changelog](https://github.com/Kotlin/kotlinx.coroutines/blob/master/CHANGES.md) - [Commits](https://github.com/Kotlin/kotlinx.coroutines/compare/1.6.4...1.7.3) Updates `org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm` from 1.6.4 to 1.7.3 - [Release notes](https://github.com/Kotlin/kotlinx.coroutines/releases) - [Changelog](https://github.com/Kotlin/kotlinx.coroutines/blob/master/CHANGES.md) - [Commits](https://github.com/Kotlin/kotlinx.coroutines/compare/1.6.4...1.7.3) --- updated-dependencies: - dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-core dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm 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 646074c37e..67a98d4e8a 100644 --- a/pom.xml +++ b/pom.xml @@ -124,7 +124,7 @@ 2.6.21 1.9.10 5.9.1 - 1.6.4 + 1.7.3 4.10.0 From 07c45165075ef6d8116e4b000d481b91aa976580 Mon Sep 17 00:00:00 2001 From: Jakub Bednar Date: Fri, 6 Oct 2023 11:04:59 +0200 Subject: [PATCH 2/2] fix: inconsistent dependency --- CHANGELOG.md | 1 + client-kotlin/pom.xml | 10 ++++++++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c8b4dbda5c..6ad1cac9dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -42,6 +42,7 @@ Update dependencies: - [#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` + - [#613](https://github.com/influxdata/influxdb-client-java/pull/613): `kotlinx-coroutines` to `1.7.3` #### Maven: - [#569](https://github.com/influxdata/influxdb-client-java/pull/569): `maven-enforcer-plugin` to `3.3.0` diff --git a/client-kotlin/pom.xml b/client-kotlin/pom.xml index 85fd6e7c38..297d14b14f 100644 --- a/client-kotlin/pom.xml +++ b/client-kotlin/pom.xml @@ -138,7 +138,7 @@ - + com.mycila license-maven-plugin @@ -174,6 +174,12 @@ org.jetbrains.kotlin kotlin-stdlib + + + org.jetbrains + annotations + + @@ -225,4 +231,4 @@ - \ No newline at end of file +