Skip to content

Commit c1a8c6e

Browse files
committed
Bump JDK to 21 and cds-dk
1 parent a50e415 commit c1a8c6e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

mta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@
1515
<revision>1.0.0-SNAPSHOT</revision>
1616

1717
<!-- DEPENDENCIES VERSION -->
18-
<jdk.version>17</jdk.version>
18+
<jdk.version>21</jdk.version>
1919
<cds.services.version>3.5.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.5.1</cds.cdsdk-version>
2424

2525
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2626
</properties>

0 commit comments

Comments
 (0)