Skip to content

Commit 27049ac

Browse files
dependabot[bot]karesti
authored andcommitted
Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.1 to 3.5.2
Bumps [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) from 3.5.1 to 3.5.2. - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](apache/maven-surefire@surefire-3.5.1...surefire-3.5.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] <support@github.com>
1 parent 0fc4312 commit 27049ac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

infinispan-remote/junit5/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<!-- JUnit 5 requires Surefire version 2.22.1 or higher -->
2828
<plugin>
2929
<artifactId>maven-surefire-plugin</artifactId>
30-
<version>3.5.1</version>
30+
<version>3.5.2</version>
3131
</plugin>
3232
</plugins>
3333
</build>

infinispan-remote/persistence/sql-store/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
</plugin>
6565
<plugin>
6666
<artifactId>maven-surefire-plugin</artifactId>
67-
<version>3.5.1</version>
67+
<version>3.5.2</version>
6868
</plugin>
6969
<plugin>
7070
<groupId>org.codehaus.mojo</groupId>

0 commit comments

Comments
 (0)