File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
infinitic-spring-boot-3-starter Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -2,14 +2,14 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
22
33
44plugins {
5- id(" org.springframework.boot" ) version " 3.2.0 "
6- id(" com.github.ben-manes.versions" ) version " 0.50 .0"
5+ id(" org.springframework.boot" ) version " 3.2.2 "
6+ id(" com.github.ben-manes.versions" ) version " 0.51 .0"
77
88 id(" io.spring.dependency-management" ) version " 1.1.4"
9- id(" org.jlleitschuh.gradle.ktlint" ) version " 12.0.2 "
9+ id(" org.jlleitschuh.gradle.ktlint" ) version " 12.1.0 "
1010 id(" org.jetbrains.dokka" ) version " 1.9.10"
11- kotlin(" jvm" ) version " 1.9.21 "
12- kotlin(" plugin.spring" ) version " 1.9.21 "
11+ kotlin(" jvm" ) version " 1.9.22 "
12+ kotlin(" plugin.spring" ) version " 1.9.22 "
1313 `java- library`
1414 `maven- publish`
1515 `signing`
You can’t perform that action at this time.
0 commit comments