Skip to content

Commit ea0a848

Browse files
chore(deps): bump maven-surefire-plugin from 2.22.2 to 3.1.2 (#1632)
Bumps [maven-surefire-plugin](https://github.com/apache/maven-surefire) from 2.22.2 to 3.1.2.
1 parent 6dbf436 commit ea0a848

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@
338338
<plugin>
339339
<groupId>org.apache.maven.plugins</groupId>
340340
<artifactId>maven-surefire-plugin</artifactId>
341-
<version>2.22.2</version>
341+
<version>3.1.2</version>
342342
<configuration>
343343
<includes>
344344
<include>**/AllTestsSuite.java</include>
@@ -359,7 +359,7 @@
359359
<plugin>
360360
<groupId>org.apache.maven.plugins</groupId>
361361
<artifactId>maven-surefire-plugin</artifactId>
362-
<version>2.22.2</version>
362+
<version>3.1.2</version>
363363
<configuration>
364364
<includes>
365365
<include>**/FastTestsOnlySuite.java</include>

0 commit comments

Comments
 (0)