Skip to content

Commit 88dd5ed

Browse files
committed
GH-1002 - Upgrade to Spring Boot 3.3.7.
1 parent 2568d3c commit 88dd5ed

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/integration.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
version:
1414
- '3.1.12'
1515
- '3.2.12'
16-
- '3.3.7-SNAPSHOT'
16+
- '3.3.8-SNAPSHOT'
1717
- '3.4.0'
1818
- '3.4.1-SNAPSHOT'
1919
jmolecules:

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<jmolecules-bom.version>2023.1.7</jmolecules-bom.version>
4141
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
4242
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
43-
<spring-boot.version>3.3.6</spring-boot.version>
43+
<spring-boot.version>3.3.7</spring-boot.version>
4444
<spring-framework.version>6.1.16</spring-framework.version> <!-- For Javadoc links only -->
4545
<spring-cloud-aws-bom.version>3.1.1</spring-cloud-aws-bom.version>
4646
<testcontainers.version>1.17.6</testcontainers.version>

spring-modulith-examples/pom.xml

+1-1
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.3.6</version>
7+
<version>3.3.7</version>
88
<relativePath />
99
</parent>
1010

0 commit comments

Comments
 (0)