Keep the latest stable version of junit. (#169)

This commit is contained in:
Artur Souza 2020-01-29 14:01:39 -08:00 committed by GitHub
parent ebea096bef
commit 93b990be79
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -56,7 +56,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.13-beta-3</version>
<version>4.12</version>
<scope>test</scope>
</dependency>
<dependency>

View File

@ -44,7 +44,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.13-beta-3</version>
<version>4.12</version>
<scope>test</scope>
</dependency>
<dependency>