1- <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
1+ <project xmlns =" http://maven.apache.org/POM/4.0.0"
2+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
23 xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" >
34 <modelVersion >4.0.0</modelVersion >
45 <groupId >com.sap.capire</groupId >
89 <name >criticality</name >
910 <url >http://maven.apache.org</url >
1011 <properties >
11- <maven .compiler.release>17</maven .compiler.release>
12- <maven .compiler.target>17</maven .compiler.target>
13- <maven .compiler.source>17</maven .compiler.source>
14- <cds .services.version>2.10.0</cds .services.version>
12+ <maven .compiler.release>17</maven .compiler.release>
13+ <maven .compiler.target>17</maven .compiler.target>
14+ <maven .compiler.source>17</maven .compiler.source>
15+ <cds .services.version>2.10.0</cds .services.version>
16+ <junit .version>5.10.0</junit .version>
17+ <spring .boot.version>3.3.1</spring .boot.version>
1518 </properties >
1619 <dependencyManagement >
1720 <dependencies >
2831 <dependency >
2932 <groupId >org.springframework.boot</groupId >
3033 <artifactId >spring-boot-autoconfigure</artifactId >
31- <version >3.2.6 </version >
34+ <version >${spring.boot.version} </version >
3235 </dependency >
3336 <dependency >
3437 <groupId >com.sap.cds</groupId >
3538 <artifactId >cds-services-api</artifactId >
36- <version >2.10.0 </version >
39+ <version >${cds.services.version} </version >
3740 </dependency >
3841 <dependency >
39- <groupId >junit</groupId >
40- <artifactId >junit</artifactId >
41- <version >3.8.1 </version >
42+ <groupId >org. junit.jupiter </groupId >
43+ <artifactId >junit-jupiter-engine </artifactId >
44+ <version >${junit.version} </version >
4245 <scope >test</scope >
4346 </dependency >
4447 </dependencies >
45- </project >
48+ </project >
0 commit comments