Skip to content

Commit df92b99

Browse files
committed
GH-1079 - Upgrade to Spring Boot 3.3.9.
1 parent 9656b0a commit df92b99

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

.github/workflows/integration.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,11 @@ jobs:
1313
version:
1414
- '3.1.12'
1515
- '3.2.12'
16-
- '3.3.9-SNAPSHOT'
17-
- '3.4.1'
18-
- '3.4.2-SNAPSHOT'
16+
- '3.3.10-SNAPSHOT'
17+
- '3.4.3'
18+
- '3.4.4-SNAPSHOT'
19+
- '3.5.0-M2'
20+
- '3.5.0-SNAPSHOT'
1921
jmolecules:
2022
- '2023.2.1'
2123
- '2025.0.0-RC2'

pom.xml

Lines changed: 1 addition & 1 deletion
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.8</spring-boot.version>
43+
<spring-boot.version>3.3.9</spring-boot.version>
4444
<spring-framework.version>6.1.17</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

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.3.8</version>
7+
<version>3.3.9</version>
88
<relativePath />
99
</parent>
1010

0 commit comments

Comments
 (0)