Skip to content

Commit 521fe8c

Browse files
authored
Merge pull request #270 from OpenLiberty/dependabot/maven/start/org.apache.maven.plugins-maven-surefire-plugin-3.5.1
Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.0 to 3.5.1 in /start
2 parents d70c400 + e982817 commit 521fe8c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

start/inventory/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
<plugin>
9090
<groupId>org.apache.maven.plugins</groupId>
9191
<artifactId>maven-surefire-plugin</artifactId>
92-
<version>3.5.0</version>
92+
<version>3.5.1</version>
9393
</plugin>
9494
<!-- Plugin to run functional tests -->
9595
<plugin>

start/system/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
<plugin>
7676
<groupId>org.apache.maven.plugins</groupId>
7777
<artifactId>maven-surefire-plugin</artifactId>
78-
<version>3.5.0</version>
78+
<version>3.5.1</version>
7979
</plugin>
8080
<!-- Plugin to run functional tests -->
8181
<plugin>

0 commit comments

Comments
 (0)