Skip to content

Commit

Permalink
Merge pull request #55 from jrmcdonald/issue-54
Browse files Browse the repository at this point in the history
Update JUnit to 5.7.0 and JUnit Platform to 1.7.0
  • Loading branch information
hcoles committed Jan 28, 2021
2 parents c506edb + 40f50c0 commit dc1084c
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 @@ -17,8 +17,8 @@
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<assertj.version>3.14.0</assertj.version>
<junit.platform.version>1.6.0</junit.platform.version>
<junit.version>5.6.1</junit.version>
<junit.platform.version>1.7.0</junit.platform.version>
<junit.version>5.7.0</junit.version>
<mockito.version>2.7.6</mockito.version>
<pitest.version>1.4.11</pitest.version>
<cucumber.version>5.0.0</cucumber.version>
Expand Down

0 comments on commit dc1084c

Please sign in to comment.