Skip to content
This repository has been archived by the owner on Sep 3, 2024. It is now read-only.

Commit

Permalink
Bump kotlinVersion from 1.9.24 to 2.0.0
Browse files Browse the repository at this point in the history
Bumps `kotlinVersion` from 1.9.24 to 2.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-stdlib-jdk8` 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)

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin:kotlin-reflect
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: org.jetbrains.kotlin:kotlin-stdlib-jdk8
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored May 26, 2024
1 parent b2a4440 commit e079dfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
kotlin("plugin.jpa") version "1.9.24"
}

val kotlinVersion = "1.9.24"
val kotlinVersion = "2.0.0"
val jacksonVersion = "2.17.1"
val springBootVersion = "3.3.0"
val junitVersion = "5.10.2"
Expand Down

0 comments on commit e079dfd

Please sign in to comment.