Skip to content

Commit 6a2ab4a

Browse files
committed
[pom] Start using junit vintage 4.12.2
1 parent dc0a207 commit 6a2ab4a

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
@@ -91,9 +91,9 @@
9191
| test dependencies
9292
-->
9393
<dependency>
94-
<groupId>junit</groupId>
95-
<artifactId>junit</artifactId>
96-
<version>4.12</version>
94+
<groupId>org.junit.vintage</groupId>
95+
<artifactId>junit-vintage-engine</artifactId>
96+
<version>4.12.2</version>
9797
<scope>test</scope>
9898
</dependency>
9999
</dependencies>

0 commit comments

Comments
 (0)