Skip to content

Commit

Permalink
Revert "Bump junit from 4.12 to 4.13"
Browse files Browse the repository at this point in the history
This reverts commit 4f8d89d.
  • Loading branch information
oliverbye committed Apr 1, 2021
1 parent 6eab2dd commit bca145a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jmock-junit3/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<!-- Because thats what we're regressing against -->
<version>4.13</version>
<version>3.8.2</version>
<scope>compile</scope>
</dependency>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@

<downloadSources>true</downloadSources>
<hamcrest.version>2.2</hamcrest.version>
<junit.version>4.13</junit.version>
<junit.version>4.12</junit.version>
<asm.version>8.0.1</asm.version>
<objenesis.version>3.1</objenesis.version>
<bsh.version>2.0b6</bsh.version>
Expand Down

0 comments on commit bca145a

Please sign in to comment.