Skip to content

Commit df58ada

Browse files
committed
GH-959 - Upgrade to Spring Boot 3.2.12.
1 parent 9483643 commit df58ada

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

.github/workflows/integration.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,9 @@ jobs:
1212
version:
1313
- '3.1.12'
1414
- '3.2.12-SNAPSHOT'
15-
- '3.3.5'
16-
- '3.3.6-SNAPSHOT'
15+
- '3.3.7-SNAPSHOT'
16+
- '3.4.0-RC1'
17+
- '3.4.0-SNAPSHOT'
1718
name: Build against Boot ${{ matrix.version }}
1819
runs-on: ubuntu-latest
1920

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@
3939
<jmolecules-bom.version>2023.1.7</jmolecules-bom.version>
4040
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
4141
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
42-
<spring.version>6.1.14</spring.version> <!-- For Javadoc links only -->
43-
<spring-boot.version>3.2.11</spring-boot.version>
42+
<spring.version>6.1.15</spring.version> <!-- For Javadoc links only -->
43+
<spring-boot.version>3.2.12</spring-boot.version>
4444
<spring-cloud-aws-bom.version>3.0.5</spring-cloud-aws-bom.version>
4545

4646
</properties>

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

0 commit comments

Comments
 (0)