File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -30,13 +30,13 @@ repositories {
30
30
}
31
31
32
32
dependencies {
33
- implementation(" org.jetbrains.kotlin:kotlin-gradle-plugin:2.2.0 " )
33
+ implementation(" org.jetbrains.kotlin:kotlin-gradle-plugin:2.2.10 " )
34
34
implementation(" org.jetbrains.dokka:dokka-gradle-plugin:2.0.0" )
35
35
implementation(" io.github.gradle-nexus:publish-plugin:2.0.0" )
36
36
implementation(" com.palantir.gradle.gitversion:gradle-git-version:4.0.0" )
37
37
implementation(" org.springframework.boot:spring-boot-gradle-plugin:3.4.4" )
38
38
implementation(" io.spring.gradle:dependency-management-plugin:1.1.7" )
39
- implementation(" org.jetbrains.kotlin:kotlin-allopen:2.2.0 " )
39
+ implementation(" org.jetbrains.kotlin:kotlin-allopen:2.2.10 " )
40
40
}
41
41
42
42
gradlePlugin {
You can’t perform that action at this time.
0 commit comments