Skip to content
This repository has been archived by the owner on Dec 30, 2018. It is now read-only.

Commit

Permalink
[pom] Update to junit-vintage 4.12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hazendaz committed Dec 28, 2017
1 parent 4fe5df0 commit 60e8978
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Expand Up @@ -82,9 +82,9 @@
</dependency>

<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
<groupId>org.junit.vintage</groupId>
<artifactId>junit-vintage-engine</artifactId>
<version>4.12.2</version>
<scope>test</scope>
</dependency>

Expand Down

0 comments on commit 60e8978

Please sign in to comment.