Skip to content

Commit f687776

Browse files
committed
GH-1350 - Upgrade to Spring Boot 3.5.5.
1 parent 47406cd commit f687776

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/integration.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ jobs:
1313
- '3.1.12'
1414
- '3.2.12'
1515
- '3.3.13'
16-
- '3.4.8'
17-
- '3.4.9-SNAPSHOT'
18-
- '3.5.5-SNAPSHOT'
16+
- '3.4.9'
17+
- '3.4.10-SNAPSHOT'
18+
- '3.5.6-SNAPSHOT'
1919
jmolecules:
2020
- '2025.0.0-RC4'
2121

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
<jmolecules-bom.version>2023.3.2</jmolecules-bom.version>
4545
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
4646
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
47-
<spring-boot.version>3.5.4</spring-boot.version>
47+
<spring-boot.version>3.5.5</spring-boot.version>
4848
<spring-framework.version>6.2.10</spring-framework.version> <!-- For Javadoc links only -->
4949
<testcontainers.version>1.21.3</testcontainers.version>
5050
<structurizr.version>3.1.0</structurizr.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.5.4</version>
7+
<version>3.5.5</version>
88
<relativePath />
99
</parent>
1010

0 commit comments

Comments
 (0)