Skip to content

Commit 942f5d3

Browse files
committed
GH-1032 - Upgrade to Spring Boot 3.4.2.
1 parent ac286cd commit 942f5d3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Diff for: .github/workflows/integration.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- '3.2.12'
1515
- '3.3.7'
1616
- '3.3.8-SNAPSHOT'
17-
- '3.4.2-SNAPSHOT'
17+
- '3.4.3-SNAPSHOT'
1818
jmolecules:
1919
- '2023.2.1'
2020
- '2025.0.0-RC2'

Diff for: pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<jmolecules-bom.version>2023.2.1</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.1</spring-boot.version>
46+
<spring-boot.version>3.4.2</spring-boot.version>
4747
<spring-framework.version>6.2.2</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>

Diff for: spring-modulith-examples/pom.xml

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

0 commit comments

Comments
 (0)