Skip to content

Commit 6c31f6d

Browse files
committed
Use Java 25
1 parent 4c83f37 commit 6c31f6d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.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@v4
2626
with:
27-
java-version: 21
27+
java-version: 25
2828
distribution: sapmachine
2929

3030
- name: Build with Maven

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: "21.+" } }'
20+
JBP_CONFIG_SAP_MACHINE_JRE: '{ jre: { version: "25.+" } }'
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<revision>1.0.0-SNAPSHOT</revision>
1616

1717
<!-- DEPENDENCIES VERSION -->
18-
<jdk.version>21</jdk.version>
18+
<jdk.version>25</jdk.version>
1919
<cds.services.version>4.3.1</cds.services.version>
2020
<spring.boot.version>3.5.6</spring.boot.version>
2121
<cf-java-logging-support.version>3.8.5</cf-java-logging-support.version>

0 commit comments

Comments
 (0)