Skip to content

Commit d906671

Browse files
authored
Merge branch 'main' into enable_health_probes
2 parents 233e03b + 0d6c8a3 commit d906671

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
@@ -22,7 +22,7 @@ modules:
2222
SPRING_PROFILES_ACTIVE: cloud,sandbox
2323
CDS_MULTITENANCY_APPUI_TENANTSEPARATOR: "-"
2424
JBP_CONFIG_COMPONENTS: "jres: ['com.sap.xs.java.buildpack.jre.SAPMachineJRE']"
25-
JBP_CONFIG_SAP_MACHINE_JRE: '{ version: 17.+ }'
25+
JBP_CONFIG_SAP_MACHINE_JRE: '{ version: 21.+ }'
2626
build-parameters:
2727
builder: custom
2828
commands:

mta-single-tenant.yaml

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

0 commit comments

Comments
 (0)