Update maven-surefire-plugin to 2.22.1

This commit is contained in:
Sebastian Peters
2018-11-15 19:53:17 +01:00
parent 91402e5763
commit 3b965ae1d2
+2 -2
View File
@@ -233,12 +233,12 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.20.1</version>
<version>2.22.1</version>
<dependencies>
<dependency>
<groupId>org.apache.maven.surefire</groupId>
<artifactId>surefire-junit47</artifactId>
<version>2.20.1</version>
<version>2.22.1</version>
</dependency>
</dependencies>
<configuration>