Skip to content

Commit

Permalink
159: Upgrade to JUnit 5
Browse files Browse the repository at this point in the history
  • Loading branch information
keilw committed Jan 12, 2020
1 parent ceac169 commit b52e27c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<maven.compiler.version>3.8.1</maven.compiler.version>
<maven.jar.version>3.1.2</maven.jar.version>
<maven.site.version>3.8.2</maven.site.version>
<maven.surefire.version>2.20</maven.surefire.version><!-- every Surefire version above 2.21.x is currently BUGGY, do not use yet -->
<maven.surefire.version>2.20</maven.surefire.version><!-- every Surefire version above 2.20 is currently BUGGY, do not use yet -->
<jacoco.plugin.version>0.8.4</jacoco.plugin.version>
</properties>

Expand Down

0 comments on commit b52e27c

Please sign in to comment.