Skip to content

Commit 9c7044d

Browse files
chore(deps): bump kotlin.version from 2.0.0 to 2.0.20 (#772)
* chore(deps): bump kotlin.version from 2.0.0 to 2.0.20 Bumps `kotlin.version` from 2.0.0 to 2.0.20. Updates `org.jetbrains.kotlin:kotlin-stdlib` from 2.0.0 to 2.0.20 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.0.0...v2.0.20) Updates `org.jetbrains.kotlin:kotlin-maven-plugin` from 2.0.0 to 2.0.20 --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-stdlib dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.kotlin:kotlin-maven-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * docs: Update CHANGELOG.md [skip CI] --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jakub Bednář <[email protected]>
1 parent afea231 commit 9c7044d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ Update dependencies:
88
- [#773](https://github.com/influxdata/influxdb-client-java/pull/773): `micrometer-registry-influx` to `1.13.4`
99
- [#770](https://github.com/influxdata/influxdb-client-java/pull/770): `spring-boot` to `3.3.4`
1010
- [#771](https://github.com/influxdata/influxdb-client-java/pull/771): `pekko` to `1.1.1`
11+
- [#772](https://github.com/influxdata/influxdb-client-java/pull/772): `kotlin` to `2.0.20`
1112

1213
#### Maven:
1314
- [#758](https://github.com/influxdata/influxdb-client-java/pull/758): `maven-checkstyle-plugin` to `3.5.0`

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@
122122
<plugin.scala.version>4.9.2</plugin.scala.version>
123123

124124
<pekko.version>1.1.1</pekko.version>
125-
<kotlin.version>2.0.0</kotlin.version>
125+
<kotlin.version>2.0.20</kotlin.version>
126126
<junit-jupiter.version>5.11.1</junit-jupiter.version>
127127
<kotlin-coroutines.version>1.8.1</kotlin-coroutines.version>
128128
<mockito.version>4.10.0</mockito.version>

0 commit comments

Comments
 (0)