Skip to content

Commit 49a3c6c

Browse files
committed
GH-907 - Upgrade to Spring Boot 3.4 RC1.
1 parent a534811 commit 49a3c6c

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/integration.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ jobs:
1010
strategy:
1111
matrix:
1212
version:
13-
- '3.2.8'
14-
- '3.2.10-SNAPSHOT'
15-
- '3.3.3'
16-
- '3.3.4-SNAPSHOT'
13+
- '3.2.11'
14+
- '3.2.12-SNAPSHOT'
15+
- '3.3.5'
16+
- '3.3.6-SNAPSHOT'
1717
- '3.4.0-SNAPSHOT'
1818
name: Build against Boot ${{ matrix.version }}
1919
runs-on: ubuntu-latest

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<jmolecules-bom.version>2023.1.7</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-SNAPSHOT</spring-boot.version>
46+
<spring-boot.version>3.4.0-RC1</spring-boot.version>
4747
<spring-framework.version>6.2.0-RC3</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>

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.4.0-SNAPSHOT</version>
7+
<version>3.4.0-RC1</version>
88
<relativePath />
99
</parent>
1010

0 commit comments

Comments
 (0)