Skip to content

Commit 5678986

Browse files
authored
Bump Spring Boot to 4.0.0-RC2 (#347)
1 parent 3df4b20 commit 5678986

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
# OSS support versions
5252
# https://spring.io/projects/spring-boot#support
5353
# and milestone version of the next release
54-
spring-boot-version: [ 4.0.0-RC1, 4.0.0-SNAPSHOT ]
54+
spring-boot-version: [ 4.0.0-RC2, 4.0.0-SNAPSHOT ]
5555

5656
steps:
5757
- uses: actions/checkout@v5

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
<maven.compiler.source>17</maven.compiler.source>
4949
<maven.compiler.target>17</maven.compiler.target>
5050
<doma.version>3.11.1</doma.version>
51-
<spring-boot.version>4.0.0-RC1</spring-boot.version>
51+
<spring-boot.version>4.0.0-RC2</spring-boot.version>
5252
<source-plugin.version>3.3.1</source-plugin.version>
5353
<javadoc-plugin.version>3.12.0</javadoc-plugin.version>
5454
<nexus-staging-plugin.version>1.7.0</nexus-staging-plugin.version>

0 commit comments

Comments
 (0)