Skip to content

Commit 582ce6c

Browse files
authored
Merge pull request #273 from domaframework/bump-spring-boot-version
Bump Spring Boot version
2 parents a4f2fe4 + 9e465fa commit 582ce6c

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@ jobs:
5050
java: [ 21, 23 ]
5151
# OSS support versions
5252
# https://spring.io/projects/spring-boot#support
53-
spring-boot-version: [ 3.3.7, 3.4.1 ]
53+
# and milestone version of the next release
54+
spring-boot-version: [ 3.4.3, 3.5.0-M2 ]
5455

5556
steps:
5657
- uses: actions/checkout@v4

pom.xml

Lines changed: 2 additions & 2 deletions
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.6.0</doma.version>
51-
<spring-boot.version>3.2.9</spring-boot.version>
51+
<spring-boot.version>3.3.9</spring-boot.version>
5252
<source-plugin.version>3.3.1</source-plugin.version>
5353
<javadoc-plugin.version>3.11.2</javadoc-plugin.version>
5454
<nexus-staging-plugin.version>1.7.0</nexus-staging-plugin.version>
@@ -234,4 +234,4 @@
234234
</snapshots>
235235
</repository>
236236
</repositories>
237-
</project>
237+
</project>

0 commit comments

Comments
 (0)