Skip to content

Commit eda83cc

Browse files
author
Paul Kent
committed
Use a stable version of junit
1 parent 2f7e64d commit eda83cc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@
1818
<scope>compile</scope>
1919
</dependency>
2020
<dependency>
21-
<groupId>junit</groupId>
22-
<artifactId>junit</artifactId>
23-
<version>4.13-beta-3</version>
24-
<scope>test</scope>
21+
<groupId>junit</groupId>
22+
<artifactId>junit</artifactId>
23+
<version>4.8.2</version>
24+
<scope>test</scope>
2525
</dependency>
2626
<dependency>
2727
<groupId>com.diffblue</groupId>

0 commit comments

Comments
 (0)