Skip to content

Commit 7432558

Browse files
committed
GH-571 - Upgrade to Spring Boot 3.1.11.
1 parent 4b513e1 commit 7432558

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/integration.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
integration:
1010
strategy:
1111
matrix:
12-
version: ['3.0.13', '3.0.14-SNAPSHOT', '3.1.10-SNAPSHOT', '3.2.3', '3.2.4-SNAPSHOT']
12+
version: ['3.0.13', '3.0.14-SNAPSHOT', '3.1.12-SNAPSHOT', '3.2.5', '3.2.6-SNAPSHOT']
1313
name: Build against Boot ${{ matrix.version }}
1414
runs-on: ubuntu-latest
1515

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
4242
<spring.version>6.0.17</spring.version> <!-- For Javadoc links only -->
4343
<spring-asciidoctor-backends.version>0.0.7</spring-asciidoctor-backends.version>
44-
<spring-boot.version>3.1.9</spring-boot.version>
44+
<spring-boot.version>3.1.11</spring-boot.version>
4545

4646
</properties>
4747

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

0 commit comments

Comments
 (0)