Skip to content

Commit cec6849

Browse files
dependabot[bot]karesti
authored andcommitted
Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.3 to 3.5.4
Bumps [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) from 3.5.3 to 3.5.4. - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](apache/maven-surefire@surefire-3.5.3...surefire-3.5.4) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-surefire-plugin dependency-version: 3.5.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1a01277 commit cec6849

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.3</version>
30+
<version>3.5.4</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.3</version>
67+
<version>3.5.4</version>
6868
</plugin>
6969
<plugin>
7070
<groupId>org.codehaus.mojo</groupId>

0 commit comments

Comments
 (0)