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 {
3030}
3131
3232dependencies {
33- implementation(" org.jetbrains.kotlin:kotlin-gradle-plugin:2.2.0 " )
33+ implementation(" org.jetbrains.kotlin:kotlin-gradle-plugin:2.2.10 " )
3434 implementation(" org.jetbrains.dokka:dokka-gradle-plugin:2.0.0" )
3535 implementation(" io.github.gradle-nexus:publish-plugin:2.0.0" )
3636 implementation(" com.palantir.gradle.gitversion:gradle-git-version:4.0.0" )
3737 implementation(" org.springframework.boot:spring-boot-gradle-plugin:3.4.4" )
3838 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 " )
4040}
4141
4242gradlePlugin {
You can’t perform that action at this time.
0 commit comments