Skip to content

Commit 8801896

Browse files
committed
Bump Spring Boot 3.4.4 -> 3.5.14
The 3.4.x line is no longer maintained on OSS support; 3.5.14 is the latest patch on the supported 3.5.x branch. Verified locally on Temurin 24.0.2: - ./gradlew clean build: SUCCESS - ./gradlew test: AppTest.testRootPage PASSED - ./gradlew checkstyleMain: no issues - bootRun: app responds 200 on GET / with the same body
1 parent 8873a39 commit 8801896

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import org.gradle.api.tasks.testing.logging.TestLogEvent
44
plugins {
55
jacoco
66
checkstyle
7-
id("org.springframework.boot") version "3.4.4"
7+
id("org.springframework.boot") version "3.5.14"
88
id("io.spring.dependency-management") version "1.1.7"
99
id("application")
1010
}

0 commit comments

Comments
 (0)