Skip to content

Commit ca53ec3

Browse files
committed
Bump Spring Boot to version 3.5.6
1 parent 9f217de commit ca53ec3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/bld/java/com/example/springboot/ApplicationBuild.java

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,16 +24,16 @@ public ApplicationBuild() {
2424
repositories = List.of(MAVEN_CENTRAL);
2525

2626
scope(compile)
27-
.include(dependency("org.springframework.boot:spring-boot-starter:3.5.5"))
28-
.include(dependency("org.springframework.boot:spring-boot-starter-actuator:3.5.5"))
29-
.include(dependency("org.springframework.boot:spring-boot-starter-web:3.5.5"));
27+
.include(dependency("org.springframework.boot:spring-boot-starter:3.5.6"))
28+
.include(dependency("org.springframework.boot:spring-boot-starter-actuator:3.5.6"))
29+
.include(dependency("org.springframework.boot:spring-boot-starter-web:3.5.6"));
3030
scope(test)
31-
.include(dependency("org.springframework.boot:spring-boot-starter-test:3.5.5"))
31+
.include(dependency("org.springframework.boot:spring-boot-starter-test:3.5.6"))
3232
.include(dependency("org.junit.jupiter:junit-jupiter:5.13.4"))
3333
.include(dependency("org.junit.platform:junit-platform-console-standalone:1.13.4"))
3434
.include(dependency("org.mockito:mockito-core:5.19.0"));
3535
scope(standalone)
36-
.include(dependency("org.springframework.boot:spring-boot-loader:3.5.5"));
36+
.include(dependency("org.springframework.boot:spring-boot-loader:3.5.6"));
3737

3838
testOperation().javaOptions(List.of("-XX:+EnableDynamicAgentLoading"))
3939
.javaOptions().enableNativeAccess("ALL-UNNAMED");

0 commit comments

Comments
 (0)