We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4d94de commit e531118Copy full SHA for e531118
kotlin-wot-spring-boot-starter/build.gradle.kts
@@ -1,7 +1,7 @@
1
import org.springframework.boot.gradle.tasks.bundling.BootJar
2
3
plugins {
4
- kotlin("plugin.spring") version "1.9.10"
+ kotlin("plugin.spring") version "2.1.20"
5
id("org.springframework.boot") version "3.1.5" // Use the latest compatible version
6
id("io.spring.dependency-management") version "1.1.3"
7
}
kotlin-wot-tool-example/build.gradle.kts
@@ -2,7 +2,7 @@ import org.springframework.boot.gradle.tasks.run.BootRun
import java.net.URI
8
0 commit comments