Skip to content

Commit beed6bd

Browse files
committed
GH-1533 - Upgrade to Spring Boot 4.0.2.
1 parent 0ff816e commit beed6bd

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
@@ -19,10 +19,10 @@ jobs:
1919
- '3.3.12'
2020
- '3.4.11'
2121
- '3.4.12-SNAPSHOT'
22-
- '3.5.7'
23-
- '3.5.8-SNAPSHOT'
22+
- '3.5.10'
23+
- '3.5.11-SNAPSHOT'
2424
jmolecules:
25-
- '2025.0.0'
25+
- '2025.0.2'
2626

2727
name: Build ${{ matrix.branch }} against Boot ${{ matrix.boot }} / jMolecules ${{ matrix.jmolecules }}
2828
runs-on: ubuntu-latest

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<nullaway.version>0.13.0</nullaway.version>
4747
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
4848
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
49-
<spring-boot.version>4.0.1</spring-boot.version>
49+
<spring-boot.version>4.0.2</spring-boot.version>
5050
<spring-framework.version>7.0.3</spring-framework.version> <!-- For Javadoc links only -->
5151
<testcontainers.version>2.0.3</testcontainers.version>
5252
<structurizr.version>5.0.3</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>4.0.1</version>
7+
<version>4.0.2</version>
88
<relativePath />
99
</parent>
1010

0 commit comments

Comments
 (0)