Skip to content

Commit 2e7eba7

Browse files
committed
[pom] Update junit to vintage 4.12.2
1 parent a0509c9 commit 2e7eba7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,9 +100,9 @@
100100

101101
<!-- TEST -->
102102
<dependency>
103-
<groupId>junit</groupId>
104-
<artifactId>junit</artifactId>
105-
<version>4.12</version>
103+
<groupId>org.junit.vintage</groupId>
104+
<artifactId>junit-vintage-engine</artifactId>
105+
<version>4.12.2</version>
106106
<scope>test</scope>
107107
</dependency>
108108
<dependency>

0 commit comments

Comments
 (0)