File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
kotlin-wot-spring-boot-starter Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11import org.springframework.boot.gradle.tasks.bundling.BootJar
22
33plugins {
4- kotlin(" plugin.spring" ) version " 1.9.10 "
4+ kotlin(" plugin.spring" ) version " 2.1.20 "
55 id(" org.springframework.boot" ) version " 3.1.5" // Use the latest compatible version
66 id(" io.spring.dependency-management" ) version " 1.1.3"
77}
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import org.springframework.boot.gradle.tasks.run.BootRun
22import java.net.URI
33
44plugins {
5- kotlin(" plugin.spring" ) version " 1.9.10 "
5+ kotlin(" plugin.spring" ) version " 2.1.20 "
66 id(" org.springframework.boot" ) version " 3.1.5" // Use the latest compatible version
77 id(" io.spring.dependency-management" ) version " 1.1.3"
88}
You can’t perform that action at this time.
0 commit comments