Skip to content

Commit cb300a6

Browse files
Bump org.apache.maven.plugins:maven-failsafe-plugin in /finish
Bumps [org.apache.maven.plugins:maven-failsafe-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-failsafe-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 62de1a1 commit cb300a6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

finish/inventory/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
<plugin>
103103
<groupId>org.apache.maven.plugins</groupId>
104104
<artifactId>maven-failsafe-plugin</artifactId>
105-
<version>3.5.1</version>
105+
<version>3.5.2</version>
106106
<configuration>
107107
<systemPropertyVariables>
108108
<system.ip>${system.ip}</system.ip>

finish/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.5.1</version>
86+
<version>3.5.2</version>
8787
<configuration>
8888
<systemPropertyVariables>
8989
<system.ip>${system.ip}</system.ip>

0 commit comments

Comments
 (0)