Skip to content

Commit f4ff331

Browse files
committed
Update Spring Boot version to 3.2.12 in build configuration
1 parent 55c9478 commit f4ff331

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ plugins {
3030
kotlin("plugin.spring") version kotlinVersion apply false
3131
id("pl.allegro.tech.build.axion-release") version "1.15.5"
3232
id("com.diffplug.spotless") version "6.22.0"
33-
id("org.springframework.boot") version "3.2.10" apply false
33+
id("org.springframework.boot") version "3.2.12" apply false
3434
id("project-report")
3535
id("org.owasp.dependencycheck") version "9.0.2"
3636
id("com.github.jk1.dependency-license-report") version "2.5"

0 commit comments

Comments
 (0)