Skip to content

Commit e7dab31

Browse files
authored
Merge branch 'main' into hierarchyAnnotaion
2 parents 8deef18 + d11ad2d commit e7dab31

6 files changed

Lines changed: 18 additions & 28 deletions

File tree

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Set up JDK
2525
uses: actions/setup-java@v5
2626
with:
27-
java-version: 21
27+
java-version: 25
2828
distribution: 'sapmachine'
2929
- name: Build with Maven
3030
run: mvn -ntp -B clean install

app/fiori.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
};
1515
</script>
1616

17-
<script id="sap-ushell-bootstrap" src="https://sapui5.hana.ondemand.com/1.139.0/test-resources/sap/ushell/bootstrap/sandbox.js"></script>
18-
<script id="sap-ui-bootstrap" src="https://sapui5.hana.ondemand.com/1.139.0/resources/sap-ui-core.js"
17+
<script id="sap-ushell-bootstrap" src="https://sapui5.hana.ondemand.com/1.147.1/test-resources/sap/ushell/bootstrap/sandbox.js"></script>
18+
<script id="sap-ui-bootstrap" src="https://sapui5.hana.ondemand.com/1.147.1/resources/sap-ui-core.js"
1919
data-sap-ui-libs="sap.m, sap.ushell, sap.collaboration, sap.ui.layout"
2020
data-sap-ui-compatVersion="edge"
2121
data-sap-ui-theme="sap_horizon"

app/package-lock.json

Lines changed: 10 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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: 21.+ }'
25+
JBP_CONFIG_SAP_MACHINE_JRE: '{ version: 25.+ }'
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: 21.+ }'
24+
JBP_CONFIG_SAP_MACHINE_JRE: '{ version: 25.+ }'
2525
build-parameters:
2626
builder: custom
2727
commands:

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@
2727
<revision>1.0.0-SNAPSHOT</revision>
2828

2929
<!-- DEPENDENCIES VERSION -->
30-
<jdk.version>21</jdk.version>
30+
<jdk.version>25</jdk.version>
3131
<cds.services.version>4.9.0</cds.services.version>
32-
<cloud.sdk.version>5.28.0</cloud.sdk.version>
33-
<xsuaa.version>3.6.9</xsuaa.version>
32+
<cloud.sdk.version>5.29.0</cloud.sdk.version>
33+
<xsuaa.version>3.7.1</xsuaa.version>
3434
<cf-java-logging-support.version>4.2.0</cf-java-logging-support.version>
3535
<cds-feature-attachments.version>1.5.0</cds-feature-attachments.version>
3636
</properties>

0 commit comments

Comments
 (0)