We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65a6caa commit 9e6a4b7Copy full SHA for 9e6a4b7
build.gradle.kts
@@ -65,7 +65,7 @@ val copyWasmDependencies by tasks.creating(Copy::class) {
65
}
66
67
plugins {
68
- id("org.springframework.boot") version "2.7.10"
+ id("org.springframework.boot") version "3.1.5"
69
id("io.spring.dependency-management") version "1.1.3"
70
val kotlinVersion by System.getProperties()
71
kotlin("jvm") version "$kotlinVersion"
0 commit comments