File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2424 - name : Set up JDK
2525 uses : actions/setup-java@v4
2626 with :
27- java-version : 17
28- distribution : ' sapmachine'
27+ java-version : 21
28+ distribution : sapmachine
2929
3030 - name : Build with Maven
3131 run : mvn -ntp -B clean install
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ modules:
1717 properties :
1818 SPRING_PROFILES_ACTIVE : cloud
1919 JBP_CONFIG_COMPONENTS : ' {jres: ["JavaBuildpack::Jre::SapMachineJRE"]}'
20- JBP_CONFIG_SAP_MACHINE_JRE : ' { jre: { version: "17 .+" } }'
20+ JBP_CONFIG_SAP_MACHINE_JRE : ' { jre: { version: "21 .+" } }'
2121 # We do not want cfenv to configure the DataSource for us
2222 # cfenv uses names of the services, so this variable must be adapted if needed
2323 # as CFENV_SERVICE_[service-name]_ENABLED
Original file line number Diff line number Diff line change 1515 <revision >1.0.0-SNAPSHOT</revision >
1616
1717 <!-- DEPENDENCIES VERSION -->
18- <jdk .version>17 </jdk .version>
19- <cds .services.version>3.5 .0</cds .services.version>
18+ <jdk .version>21 </jdk .version>
19+ <cds .services.version>3.6 .0</cds .services.version>
2020 <spring .boot.version>3.4.0</spring .boot.version>
2121 <cf-java-logging-support .version>3.8.4</cf-java-logging-support .version>
2222
23- <cds .cdsdk-version>8.5.0 </cds .cdsdk-version>
23+ <cds .cdsdk-version>8.6.1 </cds .cdsdk-version>
2424
2525 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
2626 </properties >
You can’t perform that action at this time.
0 commit comments