Skip to content

Commit d3f4316

Browse files
committed
Merge branch 'main' into attachments
2 parents 77748bc + 0d6c8a3 commit d3f4316

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mta-multi-tenant.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ modules:
1818
SPRING_PROFILES_ACTIVE: cloud,sandbox
1919
CDS_MULTITENANCY_APPUI_TENANTSEPARATOR: "-"
2020
JBP_CONFIG_COMPONENTS: "jres: ['com.sap.xs.java.buildpack.jre.SAPMachineJRE']"
21-
JBP_CONFIG_SAP_MACHINE_JRE: '{ version: 17.+ }'
21+
JBP_CONFIG_SAP_MACHINE_JRE: '{ version: 21.+ }'
2222
build-parameters:
2323
builder: custom
2424
commands:

mta-single-tenant.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,sandbox
1919
JBP_CONFIG_COMPONENTS: "jres: ['com.sap.xs.java.buildpack.jre.SAPMachineJRE']"
20-
JBP_CONFIG_SAP_MACHINE_JRE: '{ version: 17.+ }'
20+
JBP_CONFIG_SAP_MACHINE_JRE: '{ version: 21.+ }'
2121
build-parameters:
2222
builder: custom
2323
commands:

0 commit comments

Comments
 (0)