Skip to content

Commit 58fc32e

Browse files
authored
Merge pull request #305 from OpenLiberty/dependabot/maven/start/org.apache.maven.plugins-maven-failsafe-plugin-3.5.0
Bump org.apache.maven.plugins:maven-failsafe-plugin from 3.3.1 to 3.5.0 in /start
2 parents dc44e7a + 3037ff4 commit 58fc32e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: start/inventory/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
<plugin>
9898
<groupId>org.apache.maven.plugins</groupId>
9999
<artifactId>maven-failsafe-plugin</artifactId>
100-
<version>3.3.1</version>
100+
<version>3.5.0</version>
101101
<configuration>
102102
<systemPropertyVariables>
103103
<inventory.service.root>${inventory.service.root}</inventory.service.root>

Diff for: start/system/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
<plugin>
8484
<groupId>org.apache.maven.plugins</groupId>
8585
<artifactId>maven-failsafe-plugin</artifactId>
86-
<version>3.3.1</version>
86+
<version>3.5.0</version>
8787
<configuration>
8888
<systemPropertyVariables>
8989
<system.service.root>${system.service.root}</system.service.root>

0 commit comments

Comments
 (0)