We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca033be commit 53db950Copy full SHA for 53db950
1 file changed
settings.gradle.kts
@@ -6,7 +6,7 @@ dependencyResolutionManagement {
6
versionCatalogs {
7
create("libs") {
8
// plugin versions
9
- val kotlinVersion = version("kotlin", "2.1.21")
+ val kotlinVersion = version("kotlin", "2.2.0")
10
val springBootVersion = version("springBoot", "3.5.0")
11
val springDependencyManagementVersion = version("springDependencyManagement", "1.1.7")
12
val koverVersion = version("kover", "0.9.1")
0 commit comments