Upgrade to Kotlin 2.1.0

Spring Framework 7.0 will use a Kotlin 2 baseline, using the latest 2.x
release at the time of the release.

This commit upgrades Kotlin to 2.1.0, and Kotlin Serialization and
Coroutines accordingly.

Closes gh-33629
This commit is contained in:
Sébastien Deleuze
2024-12-05 11:16:58 +01:00
parent 58020ff0eb
commit 75e57475ca
6 changed files with 17 additions and 19 deletions

View File

@@ -18,8 +18,8 @@ dependencies {
api(platform("org.assertj:assertj-bom:3.26.3"))
api(platform("org.eclipse.jetty:jetty-bom:12.0.15"))
api(platform("org.eclipse.jetty.ee10:jetty-ee10-bom:12.0.15"))
api(platform("org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.8.1"))
api(platform("org.jetbrains.kotlinx:kotlinx-serialization-bom:1.6.3"))
api(platform("org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.9.0"))
api(platform("org.jetbrains.kotlinx:kotlinx-serialization-bom:1.7.3"))
api(platform("org.junit:junit-bom:5.11.3"))
api(platform("org.mockito:mockito-bom:5.14.2"))