Skip to content

Commit 3f69d50

Browse files
committed
Update JUnit dependency
1 parent 8cb2402 commit 3f69d50

3 files changed

Lines changed: 11 additions & 9 deletions

File tree

batch/pom.xml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
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>
@@ -41,8 +42,8 @@
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>

lib/pom.xml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
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>
@@ -42,8 +43,8 @@
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>

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,9 +95,9 @@
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>

0 commit comments

Comments
 (0)