Skip to content

Commit

Permalink
Bump kotlin.version from 1.9.24 to 2.0.0 (#810)
Browse files Browse the repository at this point in the history
Bumps `kotlin.version` from 1.9.24 to 2.0.0.

Updates `org.jetbrains.kotlin:kotlin-stdlib` from 1.9.24 to 2.0.0
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v2.0.0/ChangeLog.md)
- [Commits](JetBrains/kotlin@v1.9.24...v2.0.0)

Updates `org.jetbrains.kotlin:kotlin-reflect` from 1.9.24 to 2.0.0
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v2.0.0/ChangeLog.md)
- [Commits](JetBrains/kotlin@v1.9.24...v2.0.0)

Updates `org.jetbrains.kotlin:kotlin-test-junit5` from 1.9.24 to 2.0.0
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v2.0.0/ChangeLog.md)
- [Commits](JetBrains/kotlin@v1.9.24...v2.0.0)

Updates `org.jetbrains.kotlin:kotlin-maven-plugin` from 1.9.24 to 2.0.0

Updates `org.jetbrains.kotlin:kotlin-maven-allopen` from 1.9.24 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-reflect
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: org.jetbrains.kotlin:kotlin-test-junit5
  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
- dependency-name: org.jetbrains.kotlin:kotlin-maven-allopen
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Trondl <[email protected]>
  • Loading branch information
dependabot[bot] and throndi authored Jul 15, 2024
1 parent 6a61d1b commit 7f8d430
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

<kontrakter.version>3.0_20240514121145_5e689cc</kontrakter.version>
<kotest.version>5.9.1</kotest.version>
<kotlin.version>1.9.24</kotlin.version>
<kotlin.version>2.0.0</kotlin.version>
<mockk.version>1.13.10</mockk.version>
<nav.security.token.version>4.1.5</nav.security.token.version>
<wiremock.version>3.8.0</wiremock.version>
Expand Down

0 comments on commit 7f8d430

Please sign in to comment.