We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e505ee commit 9b356d7Copy full SHA for 9b356d7
1 file changed
build.gradle.kts
@@ -6,7 +6,7 @@ import org.springframework.boot.gradle.tasks.bundling.BootJar
6
val currentYear = 2024
7
8
plugins {
9
- id("org.springframework.boot") version "3.5.9" apply false
+ id("org.springframework.boot") version "4.0.1" apply false
10
kotlin("jvm") version "2.3.0" apply false
11
kotlin("plugin.spring") version "2.3.0" apply false
12
0 commit comments