diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 9ecae1de..3f29499d 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -4,7 +4,7 @@ assertj = "3.26.3" coroutines = "1.9.0" dokka = "1.9.20" junit = "4.13.2" -kotlin = "1.9.24" +kotlin = "2.0.20" kotlinpoet = "1.18.1" mavenplugin = "0.29.0" moshi = "1.15.1" @@ -58,5 +58,5 @@ testcontainers = { module = "org.testcontainers:testcontainers", version = "1.20 [plugins] git = { id = "com.palantir.git-version", version = "3.1.0" } -ksp = { id = "com.google.devtools.ksp", version = "1.9.24-1.0.20" } +ksp = { id = "com.google.devtools.ksp", version = "2.0.20-1.0.25" } spotless = { id = "com.diffplug.spotless", version.ref = "spotless" }