Skip to content

Commit 402441e

Browse files
chore(deps): bump maven-surefire-plugin from 2.22.2 to 3.1.0
Bumps [maven-surefire-plugin](https://github.com/apache/maven-surefire) from 2.22.2 to 3.1.0. - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](apache/maven-surefire@surefire-2.22.2...surefire-3.1.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-surefire-plugin dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c56aff3 commit 402441e

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
@@ -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.0</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.0</version>
363363
<configuration>
364364
<includes>
365365
<include>**/FastTestsOnlySuite.java</include>

0 commit comments

Comments
 (0)