File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" >
1+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
2+ xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" >
23 <modelVersion >4.0.0</modelVersion >
34 <parent >
45 <groupId >org.sonarsource.scanner.lib</groupId >
4142 </exclusions >
4243 </dependency >
4344 <dependency >
44- <groupId >junit</groupId >
45- <artifactId >junit</artifactId >
45+ <groupId >org. junit.jupiter </groupId >
46+ <artifactId >junit-jupiter-engine </artifactId >
4647 <scope >test</scope >
4748 </dependency >
4849 <dependency >
Original file line number Diff line number Diff line change 1- <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" >
1+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
2+ xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" >
23 <modelVersion >4.0.0</modelVersion >
34 <parent >
45 <groupId >org.sonarsource.scanner.lib</groupId >
4243
4344 <!-- unit tests -->
4445 <dependency >
45- <groupId >junit</groupId >
46- <artifactId >junit</artifactId >
46+ <groupId >org. junit.jupiter </groupId >
47+ <artifactId >junit-jupiter-engine </artifactId >
4748 <scope >test</scope >
4849 </dependency >
4950 <dependency >
Original file line number Diff line number Diff line change 9595 <version >3.0.2</version >
9696 </dependency >
9797 <dependency >
98- <groupId >junit</groupId >
99- <artifactId >junit</artifactId >
100- <version >4.13 .1</version >
98+ <groupId >org. junit.jupiter </groupId >
99+ <artifactId >junit-jupiter-engine </artifactId >
100+ <version >5.10 .1</version >
101101 </dependency >
102102 <dependency >
103103 <groupId >org.mockito</groupId >
You can’t perform that action at this time.
0 commit comments