File tree 4 files changed +4
-4
lines changed
kotlin-web-spring-boot-3-auth
kotlin-webmvc-spring-boot-3
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
plugins {
2
2
id ' java'
3
3
id ' org.springframework.boot' version ' 3.2.4'
4
- id ' io.spring.dependency-management' version ' 1.1.4 '
4
+ id ' io.spring.dependency-management' version ' 1.1.6 '
5
5
}
6
6
7
7
group = ' com.vndevteam'
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
2
2
3
3
plugins {
4
4
id(" org.springframework.boot" ) version " 3.2.4"
5
- id(" io.spring.dependency-management" ) version " 1.1.4 "
5
+ id(" io.spring.dependency-management" ) version " 1.1.6 "
6
6
id(" com.diffplug.spotless" ) version " 6.25.0"
7
7
id(" com.google.cloud.tools.jib" ) version " 3.4.2"
8
8
kotlin(" jvm" ) version " 1.9.23"
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import org.springframework.boot.gradle.tasks.bundling.BootBuildImage
3
3
4
4
plugins {
5
5
id(" org.springframework.boot" ) version " 3.2.4"
6
- id(" io.spring.dependency-management" ) version " 1.1.4 "
6
+ id(" io.spring.dependency-management" ) version " 1.1.6 "
7
7
id(" com.diffplug.spotless" ) version " 6.25.0"
8
8
id(" com.google.cloud.tools.jib" ) version " 3.4.2"
9
9
kotlin(" jvm" ) version " 1.9.23"
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
2
2
3
3
plugins {
4
4
id(" org.springframework.boot" ) version " 3.2.4"
5
- id(" io.spring.dependency-management" ) version " 1.1.4 "
5
+ id(" io.spring.dependency-management" ) version " 1.1.6 "
6
6
id(" com.diffplug.spotless" ) version " 6.25.0"
7
7
id(" com.google.cloud.tools.jib" ) version " 3.4.2"
8
8
kotlin(" jvm" ) version " 1.9.23"
You can’t perform that action at this time.
0 commit comments