Skip to content

Commit a370271

Browse files
chore(deps): bump maven-surefire-plugin from 2.22.0 to 2.22.2 (#442)
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 f579c8b commit a370271

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
@@ -257,7 +257,7 @@
257257
<plugin>
258258
<groupId>org.apache.maven.plugins</groupId>
259259
<artifactId>maven-surefire-plugin</artifactId>
260-
<version>2.22.0</version>
260+
<version>2.22.2</version>
261261
<configuration>
262262
<includes>
263263
<include>**/AllTestsSuite.java</include>
@@ -278,7 +278,7 @@
278278
<plugin>
279279
<groupId>org.apache.maven.plugins</groupId>
280280
<artifactId>maven-surefire-plugin</artifactId>
281-
<version>2.22.0</version>
281+
<version>2.22.2</version>
282282
<configuration>
283283
<includes>
284284
<include>**/FastTestsOnlySuite.java</include>

0 commit comments

Comments
 (0)