Skip to content

Commit 9bdcd93

Browse files
Bump maven-surefire-plugin from 2.22.0 to 2.22.2 (#264)
Bumps [maven-surefire-plugin](https://github.com/apache/maven-surefire) from 2.22.0 to 2.22.2. - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](apache/maven-surefire@surefire-2.22.0...surefire-2.22.2) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-surefire-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6cf6b2b commit 9bdcd93

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
@@ -308,7 +308,7 @@
308308
<plugin>
309309
<groupId>org.apache.maven.plugins</groupId>
310310
<artifactId>maven-surefire-plugin</artifactId>
311-
<version>2.22.0</version>
311+
<version>2.22.2</version>
312312
<configuration>
313313
<includes>
314314
<include>**/AllTestsSuite.java</include>
@@ -329,7 +329,7 @@
329329
<plugin>
330330
<groupId>org.apache.maven.plugins</groupId>
331331
<artifactId>maven-surefire-plugin</artifactId>
332-
<version>2.22.0</version>
332+
<version>2.22.2</version>
333333
<configuration>
334334
<includes>
335335
<include>**/FastTestsOnlySuite.java</include>

0 commit comments

Comments
 (0)