Skip to content

Commit

Permalink
Bump surefire and failsafe maven plugins version to latest 2.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MishaDemianenko committed Mar 7, 2018
1 parent 5d33021 commit 816b52b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -362,7 +362,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.20.1</version>
<version>2.21.0</version>
<configuration>
<forkCount>${forkCounts}</forkCount>
<reuseForks>true</reuseForks>
Expand All @@ -378,7 +378,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId>
<version>2.20.1</version>
<version>2.21.0</version>
<configuration>
<argLine>${test.runner.jvm.settings}</argLine>
<forkCount>${forkCounts}</forkCount>
Expand Down

0 comments on commit 816b52b

Please sign in to comment.