Skip to content

Commit b525d92

Browse files
committed
GH-219 - Upgrade to Spring Boot 3.1.1.
1 parent 676ee3f commit b525d92

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
4242
<spring.version>6.0.8</spring.version> <!-- For Javadoc links only -->
4343
<spring-asciidoctor-backends.version>0.0.5</spring-asciidoctor-backends.version>
44-
<spring-boot.version>3.1.0</spring-boot.version>
44+
<spring-boot.version>3.1.1</spring-boot.version>
4545

4646
</properties>
4747

spring-modulith-examples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.springframework.boot</groupId>
66
<artifactId>spring-boot-starter-parent</artifactId>
7-
<version>3.1.0-SNAPSHOT</version>
7+
<version>3.1.1</version>
88
<relativePath />
99
</parent>
1010

0 commit comments

Comments
 (0)