File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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>
You can’t perform that action at this time.
0 commit comments