Skip to content

Commit 7c78a1c

Browse files
authored
Merge pull request #279 from domaframework/bump-spring-boot-and-update-ci-configuration
Bump Spring boot and update CI configuration
2 parents 6cbef53 + ebc4561 commit 7c78a1c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,11 @@ jobs:
4747
strategy:
4848
matrix:
4949
# Latest LTS, latest release
50-
java: [ 21, 23 ]
50+
java: [ 21, 24 ]
5151
# OSS support versions
5252
# https://spring.io/projects/spring-boot#support
5353
# and milestone version of the next release
54-
spring-boot-version: [ 3.4.3, 3.5.0-M2 ]
54+
spring-boot-version: [ 3.4.4, 3.5.0-M3 ]
5555

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

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.6.0</doma.version>
51-
<spring-boot.version>3.3.9</spring-boot.version>
51+
<spring-boot.version>3.3.10</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>

0 commit comments

Comments
 (0)