File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
src/bld/java/com/example/springboot Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff 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" );
You can’t perform that action at this time.
0 commit comments