Skip to content

Commit

Permalink
chore(deps): bump kotlin.version from 1.9.23 to 2.0.0 (#726)
Browse files Browse the repository at this point in the history
* 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](JetBrains/kotlin@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] <[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]>
  • Loading branch information
dependabot[bot] and bednar authored Jun 3, 2024
1 parent 1100367 commit 29f0e47
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
<plugin.scala.version>4.9.1</plugin.scala.version>

<pekko.version>1.0.2</pekko.version>
<kotlin.version>1.9.23</kotlin.version>
<kotlin.version>2.0.0</kotlin.version>
<junit-jupiter.version>5.10.2</junit-jupiter.version>
<kotlin-coroutines.version>1.8.0</kotlin-coroutines.version>
<mockito.version>4.10.0</mockito.version>
Expand Down

0 comments on commit 29f0e47

Please sign in to comment.