Skip to content

Commit c23655e

Browse files
Bump org.apache.maven.plugins:maven-failsafe-plugin from 2.22.2 to 3.2.5 (#19)
Bumps [org.apache.maven.plugins:maven-failsafe-plugin](https://github.com/apache/maven-surefire) from 2.22.2 to 3.2.5. - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](apache/maven-surefire@surefire-2.22.2...surefire-3.2.5) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-failsafe-plugin dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b2f214b commit c23655e

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

carts/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@
291291
<plugin>
292292
<groupId>org.apache.maven.plugins</groupId>
293293
<artifactId>maven-failsafe-plugin</artifactId>
294-
<version>2.22.2</version>
294+
<version>3.2.5</version>
295295
<executions>
296296
<execution>
297297
<goals>

catalog/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@
292292
<plugin>
293293
<groupId>org.apache.maven.plugins</groupId>
294294
<artifactId>maven-failsafe-plugin</artifactId>
295-
<version>2.22.2</version>
295+
<version>3.2.5</version>
296296
<executions>
297297
<execution>
298298
<goals>

orders/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@
303303
<plugin>
304304
<groupId>org.apache.maven.plugins</groupId>
305305
<artifactId>maven-failsafe-plugin</artifactId>
306-
<version>2.22.2</version>
306+
<version>3.2.5</version>
307307
<executions>
308308
<execution>
309309
<goals>

payment/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@
315315
<plugin>
316316
<groupId>org.apache.maven.plugins</groupId>
317317
<artifactId>maven-failsafe-plugin</artifactId>
318-
<version>2.22.2</version>
318+
<version>3.2.5</version>
319319
<executions>
320320
<execution>
321321
<goals>

shipping/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@
291291
<plugin>
292292
<groupId>org.apache.maven.plugins</groupId>
293293
<artifactId>maven-failsafe-plugin</artifactId>
294-
<version>2.22.2</version>
294+
<version>3.2.5</version>
295295
<executions>
296296
<execution>
297297
<goals>

users/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@
291291
<plugin>
292292
<groupId>org.apache.maven.plugins</groupId>
293293
<artifactId>maven-failsafe-plugin</artifactId>
294-
<version>2.22.2</version>
294+
<version>3.2.5</version>
295295
<executions>
296296
<execution>
297297
<goals>

0 commit comments

Comments
 (0)