Skip to content

Commit 664cb34

Browse files
fix(deps): update spring boot to v3.5.7
1 parent 09a53c5 commit 664cb34

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

spring-multimodule-example/module-b-example/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
<properties>
1717
<java.version>21</java.version>
18-
<spring.boot.version>3.5.6</spring.boot.version>
18+
<spring.boot.version>3.5.7</spring.boot.version>
1919
</properties>
2020

2121
<dependencies>

spring-multimodule-example/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.springframework.boot</groupId>
88
<artifactId>spring-boot-starter-parent</artifactId>
9-
<version>3.5.6</version>
9+
<version>3.5.7</version>
1010
<relativePath/>
1111
</parent>
1212

@@ -17,7 +17,7 @@
1717

1818
<properties>
1919
<java.version>21</java.version>
20-
<spring.boot.version>3.5.6</spring.boot.version>
20+
<spring.boot.version>3.5.7</spring.boot.version>
2121
</properties>
2222

2323
<modules>

0 commit comments

Comments
 (0)