Skip to content

Commit

Permalink
Upgrade to maven-surefire-plugin 2.22.2
Browse files Browse the repository at this point in the history
Closes gh-239
  • Loading branch information
philwebb committed Dec 3, 2020
1 parent 862f9f6 commit 5117029
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 @@ -158,7 +158,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.22.1</version>
<version>2.22.2</version>
<configuration>
<includes>
<include>**/*Tests.java</include>
Expand Down

0 comments on commit 5117029

Please sign in to comment.