Skip to content
This repository was archived by the owner on Mar 29, 2025. It is now read-only.

Commit 06420d0

Browse files
committed
Bump Spring Boot to versions 3.0.12 / 3.1.5 / 3.2.0-RC1
1 parent 1df0091 commit 06420d0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cross-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
strategy:
5050
fail-fast: false
5151
matrix:
52-
spring: [3.0.0, 3.0.11, 3.1.0, 3.2.0-M3]
52+
spring: [3.0.0, 3.0.12, 3.1.0, 3.2.0-RC1]
5353
runs-on: ubuntu-latest
5454

5555
steps:

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.springframework.boot</groupId>
77
<artifactId>spring-boot-starter-parent</artifactId>
8-
<version>3.1.4</version>
8+
<version>3.1.5</version>
99
<relativePath/>
1010
</parent>
1111

0 commit comments

Comments
 (0)