From a87990ffb5af63e13b941bd742b1b7a827bbe393 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 10:16:22 +0000 Subject: [PATCH 1/2] chore(deps): bump kotlin.version from 1.9.23 to 2.0.0 Bumps `kotlin.version` from 1.9.23 to 2.0.0. Updates `org.jetbrains.kotlin:kotlin-stdlib` from 1.9.23 to 2.0.0 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.9.23...v2.0.0) Updates `org.jetbrains.kotlin:kotlin-maven-plugin` from 1.9.23 to 2.0.0 --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-stdlib dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.jetbrains.kotlin:kotlin-maven-plugin dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 4c64d7f933..f2c1fd0e26 100644 --- a/pom.xml +++ b/pom.xml @@ -122,7 +122,7 @@ 4.9.1 1.0.2 - 1.9.23 + 2.0.0 5.10.2 1.8.0 4.10.0 From 96ca8f2a0b8f3819be0a8d171c30be381275f6d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Bedn=C3=A1=C5=99?= Date: Mon, 3 Jun 2024 12:22:22 +0200 Subject: [PATCH 2/2] docs: Update CHANGELOG.md [skip CI] --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 008547ef14..1eb94d6923 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,11 @@ Update dependencies: -#### Maven: +#### Build: + - [#726](https://github.com/influxdata/influxdb-client-java/pull/726): `kotlin` to `2.0.0` - [#727](https://github.com/influxdata/influxdb-client-java/pull/727): `micrometer-registry-influx` to `1.30.0` + +#### Maven: - [#728](https://github.com/influxdata/influxdb-client-java/pull/728): `maven-source-plugin` to `3.3.1` - [#729](https://github.com/influxdata/influxdb-client-java/pull/729): `maven-enforcer-plugin` to `3.5.0` - [#730](https://github.com/influxdata/influxdb-client-java/pull/730): `scala-maven-plugin` to `4.9.1`