Skip to content

Commit 19a0180

Browse files
committed
GH-949 - Upgrade to Spring Boot 3.4.
1 parent 5dbea66 commit 19a0180

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/integration.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ jobs:
1010
strategy:
1111
matrix:
1212
boot:
13-
- '3.2.11'
14-
- '3.2.12-SNAPSHOT'
15-
- '3.3.5'
16-
- '3.3.6-SNAPSHOT'
17-
- '3.4.0-SNAPSHOT'
13+
- '3.2.12'
14+
- '3.2.13-SNAPSHOT'
15+
- '3.3.6'
16+
- '3.3.7-SNAPSHOT'
17+
- '3.4.1-SNAPSHOT'
1818
jmolecules:
1919
- '2023.2.0'
2020
- '2025.0.0-RC1'

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@
4343
<jmolecules-bom.version>2023.2.0</jmolecules-bom.version>
4444
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
4545
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
46-
<spring-boot.version>3.4.0-RC1</spring-boot.version>
47-
<spring-framework.version>6.2.0-RC3</spring-framework.version> <!-- For Javadoc links only -->
46+
<spring-boot.version>3.4.0</spring-boot.version>
47+
<spring-framework.version>6.2.0</spring-framework.version> <!-- For Javadoc links only -->
4848
<spring-cloud-aws-bom.version>3.1.1</spring-cloud-aws-bom.version>
4949
<testcontainers.version>1.17.6</testcontainers.version>
5050

0 commit comments

Comments
 (0)