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 7444804 commit 013807eCopy full SHA for 013807e
pom.xml
@@ -40,7 +40,7 @@
40
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
41
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
42
<spring.version>6.1.11</spring.version> <!-- For Javadoc links only -->
43
- <spring-boot.version>3.2.9</spring-boot.version>
+ <spring-boot.version>3.2.10</spring-boot.version>
44
<spring-cloud-aws-bom.version>3.0.4</spring-cloud-aws-bom.version>
45
46
</properties>
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.2.9</version>
+ <version>3.2.10</version>
8
<relativePath />
9
</parent>
10
0 commit comments