We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 676ee3f commit b525d92Copy full SHA for b525d92
pom.xml
@@ -41,7 +41,7 @@
41
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
42
<spring.version>6.0.8</spring.version> <!-- For Javadoc links only -->
43
<spring-asciidoctor-backends.version>0.0.5</spring-asciidoctor-backends.version>
44
- <spring-boot.version>3.1.0</spring-boot.version>
+ <spring-boot.version>3.1.1</spring-boot.version>
45
46
</properties>
47
spring-modulith-examples/pom.xml
@@ -4,7 +4,7 @@
4
<parent>
5
<groupId>org.springframework.boot</groupId>
6
<artifactId>spring-boot-starter-parent</artifactId>
7
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.1</version>
8
<relativePath />
9
</parent>
10
0 commit comments