Skip to content

Commit 85270c2

Browse files
committed
version in surefire plugin
1 parent e537c1c commit 85270c2

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
@@ -111,7 +111,7 @@
111111
<plugin>
112112
<groupId>org.apache.maven.plugins</groupId>
113113
<artifactId>maven-surefire-plugin</artifactId>
114-
<!--<version>2.19.1</version> -->
114+
<version>2.22.2</version>
115115
<configuration>
116116
<excludes>
117117
<exclude>**/*IT.java</exclude>
@@ -128,7 +128,7 @@
128128
<plugin>
129129
<groupId>org.apache.maven.plugins</groupId>
130130
<artifactId>maven-surefire-plugin</artifactId>
131-
<!--<version>2.19.1</version> -->
131+
<version>2.22.2</version>
132132
<configuration>
133133
<excludes>
134134
<exclude>**/*IT.java</exclude>

0 commit comments

Comments
 (0)