File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 :
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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>
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 >
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 >
You can’t perform that action at this time.
0 commit comments