Skip to content

Commit 8d2aeed

Browse files
committed
Bump Spring Boot to version 3.5.9
1 parent e128e57 commit 8d2aeed

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Don't forget to include the _Spring Boot Loader_ dependency to your project:
6161

6262
```java
6363
scope(standalone)
64-
.include(dependency("org.springframework.boot:spring-boot-loader:3.5.8"));
64+
.include(dependency("org.springframework.boot:spring-boot-loader:3.5.9"));
6565
```
6666

6767
or

examples/3.5.x/src/bld/java/com/example/demo/DemoApplicationBuild.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public DemoApplicationBuild() {
2626

2727
repositories = List.of(MAVEN_CENTRAL);
2828

29-
var boot = version(3, 5, 8);
29+
var boot = version(3, 5, 9);
3030
var junit = version(6, 0, 1);
3131
scope(compile)
3232
.include(dependency("org.springframework.boot", "spring-boot-starter", boot))

0 commit comments

Comments
 (0)