Skip to content

Commit 14b56bd

Browse files
authored
Update cds–services and cds-dk (#418)
- Update JDK and SAPMachine in workflow to 21 - Update cds-dk to 8.6.1 - Update cds-services to 3.6.0
1 parent a50e415 commit 14b56bd

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/maven.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ jobs:
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

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: 3 additions & 3 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>
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>

0 commit comments

Comments
 (0)