Skip to content

Commit 87c7e29

Browse files
committed
GH-1256 - Upgrade to Spring Boot 3.4.7.
1 parent 911b8c9 commit 87c7e29

File tree

3 files changed

+8
-9
lines changed

3 files changed

+8
-9
lines changed

.github/workflows/integration.yaml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,13 @@ jobs:
1212
boot:
1313
- '3.1.12'
1414
- '3.2.12'
15-
- '3.3.12'
16-
- '3.3.13-SNAPSHOT'
17-
- '3.4.7-SNAPSHOT'
18-
- '3.5.0-RC1'
19-
- '3.5.0-SNAPSHOT'
15+
- '3.3.13'
16+
- '3.3.14-SNAPSHOT'
17+
- '3.4.8-SNAPSHOT'
18+
- '3.5.1'
19+
- '3.5.2-SNAPSHOT'
2020
jmolecules:
21-
- '2023.3.1'
22-
- '2025.0.0-RC3'
21+
- '2025.0.0-RC4'
2322

2423
name: Build against Boot ${{ matrix.boot }} / jMolecules ${{ matrix.jmolecules }}
2524
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.2.2</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.6</spring-boot.version>
46+
<spring-boot.version>3.4.7</spring-boot.version>
4747
<spring-framework.version>6.2.8</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.6</version>
7+
<version>3.4.7</version>
88
<relativePath />
99
</parent>
1010

0 commit comments

Comments
 (0)