Skip to content

Commit 9adab8d

Browse files
committed
fixes #1405 and some junit.jupiter stuff
1 parent 80ff50e commit 9adab8d

File tree

6 files changed

+294
-269
lines changed

6 files changed

+294
-269
lines changed

pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,15 @@
3232
<scope>test</scope>
3333
</dependency>
3434
<dependency>
35-
<groupId>junit</groupId>
36-
<artifactId>junit</artifactId>
37-
<version>4.13.1</version>
38-
<scope>test</scope>
35+
<groupId>org.junit.jupiter</groupId>
36+
<artifactId>junit-jupiter</artifactId>
37+
<version>5.8.1</version>
38+
<scope>test</scope>
3939
</dependency>
4040
<dependency>
41-
<groupId>org.junit.jupiter</groupId>
42-
<artifactId>junit-jupiter-api</artifactId>
43-
<version>5.7.1</version>
41+
<groupId>org.junit.vintage</groupId>
42+
<artifactId>junit-vintage-engine</artifactId>
43+
<version>5.8.1</version>
4444
<scope>test</scope>
4545
</dependency>
4646
<dependency>

0 commit comments

Comments
 (0)