Skip to content

Commit 7207222

Browse files
committed
Update CI
1 parent 08452d3 commit 7207222

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
strategy:
4848
matrix:
4949
java: [ 21, 22 ]
50-
spring-boot-version: [ 3.3.6, 3.4.0 ]
50+
spring-boot-version: [ 3.2.12, 3.3.6, 3.4.0 ]
5151

5252
steps:
5353
- 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.1.0</doma.version>
51-
<spring-boot.version>3.2.9</spring-boot.version>
51+
<spring-boot.version>3.2.12</spring-boot.version>
5252
<source-plugin.version>3.3.1</source-plugin.version>
5353
<javadoc-plugin.version>3.11.1</javadoc-plugin.version>
5454
<nexus-staging-plugin.version>1.7.0</nexus-staging-plugin.version>
@@ -211,4 +211,4 @@
211211
</snapshots>
212212
</repository>
213213
</repositories>
214-
</project>
214+
</project>

0 commit comments

Comments
 (0)