Skip to content

Commit

Permalink
Update to the latest version of JUnit and friends.
Browse files Browse the repository at this point in the history
  • Loading branch information
jchambers committed May 12, 2021
1 parent 2a07702 commit 0a526e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
<version>4.13.1</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>pl.pragmatists</groupId>
<artifactId>JUnitParams</artifactId>
<version>1.0.6</version>
<version>1.1.1</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 0a526e6

Please sign in to comment.