File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ plugins {
4
4
id ' java'
5
5
id ' org.springframework.boot' version ' 3.2.12' apply false
6
6
id ' maven-publish'
7
- id ' org.jetbrains.kotlin.jvm' version ' 2.2.0 '
8
- id ' org.jetbrains.kotlin.plugin.spring' version ' 2.2.0 '
7
+ id ' org.jetbrains.kotlin.jvm' version ' 2.2.10 '
8
+ id ' org.jetbrains.kotlin.plugin.spring' version ' 2.2.10 '
9
9
id ' jacoco'
10
10
id ' io.github.gradle-nexus.publish-plugin' version ' 2.0.0'
11
11
id ' com.palantir.git-version' version ' 4.0.0'
@@ -45,7 +45,7 @@ allprojects {
45
45
imports {
46
46
mavenBom SpringBootPlugin . BOM_COORDINATES
47
47
mavenBom ' org.springframework.cloud:spring-cloud-dependencies:2023.0.5'
48
- mavenBom ' org.jetbrains.kotlin:kotlin-bom:2.2.0 '
48
+ mavenBom ' org.jetbrains.kotlin:kotlin-bom:2.2.10 '
49
49
}
50
50
}
51
51
}
You can’t perform that action at this time.
0 commit comments