We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df5201f commit 838b51bCopy full SHA for 838b51b
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.2.10")
+ val kotlinVersion = version("kotlin", "2.3.10")
10
val springBootVersion = version("springBoot", "4.0.3")
11
val springDependencyManagementVersion = version("springDependencyManagement", "1.1.7")
12
val koverVersion = version("kover", "0.9.2")
0 commit comments