Skip to content

Commit d2282d2

Browse files
committed
Update Java version to 25 and align dependency versions in workflows and pom.xml
1 parent 56f8937 commit d2282d2

4 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/cf.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- uses: actions/setup-java@v5
3535
with:
3636
distribution: sapmachine
37-
java-version: 21
37+
java-version: 25
3838
cache: maven
3939
- uses: cap-js/cf-setup@v2
4040
with:

.github/workflows/maven-publish-snapshot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Set up JDK
2020
uses: actions/setup-java@v5
2121
with:
22-
java-version: 21
22+
java-version: 25
2323
distribution: 'sapmachine'
2424
server-id: github # Value of the distributionManagement/repository/id field of the pom.xml
2525
settings-path: ${{ github.workspace }} # location for the settings.xml file

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Set up JDK
2020
uses: actions/setup-java@v5
2121
with:
22-
java-version: 21
22+
java-version: 25
2323
distribution: 'sapmachine'
2424
cache: maven
2525
- name: Build with Maven

pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@
1919
<revision>1.0.0-SNAPSHOT</revision>
2020

2121
<!-- DEPENDENCIES VERSION -->
22-
<jdk.version>21</jdk.version>
23-
<cds.services.version>4.8.0</cds.services.version>
24-
<spring.boot.version>3.5.11</spring.boot.version>
25-
<sap.cloud.security.version>3.6.8</sap.cloud.security.version>
22+
<jdk.version>25</jdk.version>
23+
<cds.services.version>4.9.0</cds.services.version>
24+
<spring.boot.version>3.5.14</spring.boot.version>
25+
<sap.cloud.security.version>3.7.2</sap.cloud.security.version>
2626

2727
<cds.install-node.downloadUrl>https://nodejs.org/dist/</cds.install-node.downloadUrl>
2828
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -128,7 +128,7 @@
128128
<!-- PROJECT STRUCTURE CHECKS -->
129129
<plugin>
130130
<artifactId>maven-enforcer-plugin</artifactId>
131-
<version>3.6.2</version>
131+
<version>3.6.3</version>
132132
<executions>
133133
<execution>
134134
<id>Project Structure Checks</id>
@@ -154,7 +154,7 @@
154154
<plugin>
155155
<groupId>com.diffplug.spotless</groupId>
156156
<artifactId>spotless-maven-plugin</artifactId>
157-
<version>3.3.0</version>
157+
<version>3.5.1</version>
158158
<configuration>
159159
<java>
160160
<googleJavaFormat>

0 commit comments

Comments
 (0)