Skip to content

Commit c851614

Browse files
committed
GH-569 - Upgrade to Spring Boot 3.2.5.
1 parent d7b6ae0 commit c851614

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/integration.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ jobs:
1010
strategy:
1111
matrix:
1212
version:
13-
- '3.1.9'
14-
- '3.1.10-SNAPSHOT'
15-
- '3.2.4-SNAPSHOT'
13+
- '3.1.11'
14+
- '3.1.12-SNAPSHOT'
15+
- '3.2.6-SNAPSHOT'
1616
name: Build against Boot ${{ matrix.version }}
1717
runs-on: ubuntu-latest
1818

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
4242
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
4343
<spring.version>6.1.6</spring.version> <!-- For Javadoc links only -->
44-
<spring-boot.version>3.2.3</spring-boot.version>
44+
<spring-boot.version>3.2.5</spring-boot.version>
4545
<spring-cloud-aws-bom.version>3.0.4</spring-cloud-aws-bom.version>
4646

4747
</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.2.3</version>
7+
<version>3.2.5</version>
88
<relativePath />
99
</parent>
1010

@@ -26,7 +26,7 @@
2626
<properties>
2727
<java.version>17</java.version>
2828
<jmolecules.version>2023.1.1</jmolecules.version>
29-
<spring-boot.version>3.2.3</spring-boot.version>
29+
<spring-boot.version>3.2.5</spring-boot.version>
3030
</properties>
3131

3232
<build>

0 commit comments

Comments
 (0)