Skip to content

Commit e899719

Browse files
committed
use more recent surefire plugin
1 parent 90dfc37 commit e899719

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109
<plugin>
110110
<groupId>org.apache.maven.plugins</groupId>
111111
<artifactId>maven-surefire-plugin</artifactId>
112-
<version>2.19.1</version>
112+
<version>2.22.1</version>
113113
<configuration>
114114
<argLine>-Xmx100m -Xms100m</argLine>
115115
</configuration>
@@ -118,7 +118,7 @@
118118
<plugin>
119119
<groupId>org.apache.maven.plugins</groupId>
120120
<artifactId>maven-failsafe-plugin</artifactId>
121-
<version>2.19.1</version>
121+
<version>2.22.1</version>
122122
<executions>
123123
<execution>
124124
<goals>

0 commit comments

Comments
 (0)