Skip to content

Commit 56b2d12

Browse files
committed
GH-1120 - Upgrade to Spring Boot 3.3.10.
1 parent ba85f7f commit 56b2d12

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Diff for: .github/workflows/integration.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313
version:
1414
- '3.1.12'
1515
- '3.2.12'
16-
- '3.3.10-SNAPSHOT'
17-
- '3.4.3'
18-
- '3.4.4-SNAPSHOT'
19-
- '3.5.0-M2'
16+
- '3.3.11-SNAPSHOT'
17+
- '3.4.4'
18+
- '3.4.5-SNAPSHOT'
19+
- '3.5.0-M3'
2020
- '3.5.0-SNAPSHOT'
2121
jmolecules:
2222
- '2023.2.1'

Diff for: 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.9</spring-boot.version>
43+
<spring-boot.version>3.3.10</spring-boot.version>
4444
<spring-framework.version>6.1.18</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>

0 commit comments

Comments
 (0)