Skip to content

Commit 2eb2b87

Browse files
authored
Merge pull request #273 from OpenLiberty/dependabot/maven/start/org.apache.maven.plugins-maven-failsafe-plugin-3.5.1
Bump org.apache.maven.plugins:maven-failsafe-plugin from 3.5.0 to 3.5.1 in /start
2 parents ede815f + 835b57f commit 2eb2b87

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
@@ -95,7 +95,7 @@
9595
<plugin>
9696
<groupId>org.apache.maven.plugins</groupId>
9797
<artifactId>maven-failsafe-plugin</artifactId>
98-
<version>3.5.0</version>
98+
<version>3.5.1</version>
9999
<configuration>
100100
<systemPropertyVariables>
101101
<system.kube.service>${system.kube.service}</system.kube.service>

start/system/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
<plugin>
8282
<groupId>org.apache.maven.plugins</groupId>
8383
<artifactId>maven-failsafe-plugin</artifactId>
84-
<version>3.5.0</version>
84+
<version>3.5.1</version>
8585
<configuration>
8686
<systemPropertyVariables>
8787
<system.service.root>${system.service.root}</system.service.root>

0 commit comments

Comments
 (0)