Skip to content

Commit 9996526

Browse files
Bump org.apache.maven.plugins:maven-failsafe-plugin in /start
Bumps [org.apache.maven.plugins:maven-failsafe-plugin](https://github.com/apache/maven-surefire) from 3.2.5 to 3.5.0. - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](apache/maven-surefire@surefire-3.2.5...surefire-3.5.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-failsafe-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a0fd88c commit 9996526

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
@@ -147,7 +147,7 @@
147147
<plugin>
148148
<groupId>org.apache.maven.plugins</groupId>
149149
<artifactId>maven-failsafe-plugin</artifactId>
150-
<version>3.2.5</version>
150+
<version>3.5.0</version>
151151
<executions>
152152
<execution>
153153
<goals>

start/system/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@
133133
<plugin>
134134
<groupId>org.apache.maven.plugins</groupId>
135135
<artifactId>maven-failsafe-plugin</artifactId>
136-
<version>3.2.5</version>
136+
<version>3.5.0</version>
137137
<executions>
138138
<execution>
139139
<id>integration-test</id>

0 commit comments

Comments
 (0)