Skip to content

Commit 5b3c2eb

Browse files
committed
[pom] Update junit to vintage 4.12.2
1 parent 214824d commit 5b3c2eb

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
@@ -197,9 +197,9 @@
197197

198198
<!-- Test dependencies -->
199199
<dependency>
200-
<groupId>junit</groupId>
201-
<artifactId>junit</artifactId>
202-
<version>4.12</version>
200+
<groupId>org.junit.vintage</groupId>
201+
<artifactId>junit-vintage-engine</artifactId>
202+
<version>4.12.2</version>
203203
<scope>test</scope>
204204
</dependency>
205205
<dependency>

0 commit comments

Comments
 (0)