Skip to content

Commit 52a6f4f

Browse files
committed
GH-678 - Upgrade to Spring Boot 3.3.1.
1 parent 2f5fa65 commit 52a6f4f

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/integration.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ jobs:
1212
version:
1313
- '3.1.12'
1414
- '3.1.13-SNAPSHOT'
15-
- '3.2.6'
16-
- '3.2.7-SNAPSHOT'
17-
- '3.3.1-SNAPSHOT'
15+
- '3.2.7'
16+
- '3.2.8-SNAPSHOT'
17+
- '3.3.2-SNAPSHOT'
1818
name: Build against Boot ${{ matrix.version }}
1919
runs-on: ubuntu-latest
2020

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@
4141
<lombok.version>1.18.32</lombok.version>
4242
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
4343
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
44-
<spring-boot.version>3.3.0</spring-boot.version>
45-
<spring-framework.version>6.1.8</spring-framework.version> <!-- For Javadoc links only -->
44+
<spring-boot.version>3.3.1</spring-boot.version>
45+
<spring-framework.version>6.1.10</spring-framework.version> <!-- For Javadoc links only -->
4646
<spring-cloud-aws-bom.version>3.1.1</spring-cloud-aws-bom.version>
4747

4848
</properties>

spring-modulith-examples/pom.xml

Lines changed: 2 additions & 2 deletions
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.3.0</version>
7+
<version>3.3.1</version>
88
<relativePath />
99
</parent>
1010

@@ -26,7 +26,7 @@
2626
<properties>
2727
<java.version>17</java.version>
2828
<jmolecules.version>2023.1.3</jmolecules.version>
29-
<spring-boot.version>3.3.0</spring-boot.version>
29+
<spring-boot.version>3.3.1</spring-boot.version>
3030
</properties>
3131

3232
<build>

0 commit comments

Comments
 (0)