Skip to content

Commit 0584e0e

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

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
@@ -305,7 +305,7 @@
305305
<plugin>
306306
<groupId>org.apache.maven.plugins</groupId>
307307
<artifactId>maven-surefire-plugin</artifactId>
308-
<version>3.0.0-M5</version>
308+
<version>3.2.5</version>
309309
<configuration>
310310
<reuseForks>false</reuseForks>
311311
<systemPropertyVariables>

catalog/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@
306306
<plugin>
307307
<groupId>org.apache.maven.plugins</groupId>
308308
<artifactId>maven-surefire-plugin</artifactId>
309-
<version>3.0.0-M5</version>
309+
<version>3.2.5</version>
310310
<configuration>
311311
<reuseForks>false</reuseForks>
312312
<systemPropertyVariables>

orders/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@
317317
<plugin>
318318
<groupId>org.apache.maven.plugins</groupId>
319319
<artifactId>maven-surefire-plugin</artifactId>
320-
<version>3.0.0-M5</version>
320+
<version>3.2.5</version>
321321
<configuration>
322322
<reuseForks>false</reuseForks>
323323
<systemPropertyVariables>

payment/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@
329329
<plugin>
330330
<groupId>org.apache.maven.plugins</groupId>
331331
<artifactId>maven-surefire-plugin</artifactId>
332-
<version>3.0.0-M5</version>
332+
<version>3.2.5</version>
333333
<configuration>
334334
<reuseForks>false</reuseForks>
335335
<systemPropertyVariables>

shipping/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@
304304
<plugin>
305305
<groupId>org.apache.maven.plugins</groupId>
306306
<artifactId>maven-surefire-plugin</artifactId>
307-
<version>3.0.0-M5</version>
307+
<version>3.2.5</version>
308308
<configuration>
309309
<reuseForks>false</reuseForks>
310310
<systemPropertyVariables>

users/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@
304304
<plugin>
305305
<groupId>org.apache.maven.plugins</groupId>
306306
<artifactId>maven-surefire-plugin</artifactId>
307-
<version>3.0.0-M5</version>
307+
<version>3.2.5</version>
308308
<configuration>
309309
<reuseForks>false</reuseForks>
310310
<systemPropertyVariables>

0 commit comments

Comments
 (0)