File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1717
1818 strategy :
1919 matrix :
20- java-version : [21 ]
20+ java-version : [25 ]
2121
2222 steps :
2323 - uses : actions/checkout@v4
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ modules:
2323 properties :
2424 SPRING_PROFILES_ACTIVE : cloud
2525 JBP_CONFIG_COMPONENTS : " jres: ['com.sap.xs.java.buildpack.jre.SAPMachineJRE']"
26- JBP_CONFIG_SAP_MACHINE_JRE : ' { use_offline_repository: false, version: 21 .+ }'
26+ JBP_CONFIG_SAP_MACHINE_JRE : ' { use_offline_repository: false, version: 25 .+ }'
2727 requires :
2828 - name : sflight-db
2929 - name : sflight-uaa
Original file line number Diff line number Diff line change 2222 <revision >1.0.0-SNAPSHOT</revision >
2323
2424 <!-- DEPENDENCIES VERSION -->
25- <jdk .version>21 </jdk .version>
26- <cds .services.version>4.0.2 </cds .services.version>
25+ <jdk .version>25 </jdk .version>
26+ <cds .services.version>4.3.1 </cds .services.version>
2727 </properties >
2828
2929 <modules >
You can’t perform that action at this time.
0 commit comments