Skip to content

Commit 6ff10c4

Browse files
authored
build(deps): update dependency org.apache.maven.plugins:maven-surefire-plugin to v3.2.5 (#2305)
1 parent 1c30f8d commit 6ff10c4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

gapic-generator-java-pom-parent/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
<plugin>
111111
<groupId>org.apache.maven.plugins</groupId>
112112
<artifactId>maven-surefire-plugin</artifactId>
113-
<version>3.2.2</version>
113+
<version>3.2.5</version>
114114
<configuration>
115115
<!-- Excludes integration tests and smoke tests when unit tests are run -->
116116
<excludes>

gapic-generator-java/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.2.2</version>
320+
<version>3.2.5</version>
321321
<configuration>
322322
<additionalClasspathElements>
323323
<additionalClasspathElement>

showcase/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
<plugin>
109109
<groupId>org.apache.maven.plugins</groupId>
110110
<artifactId>maven-surefire-plugin</artifactId>
111-
<version>3.2.2</version>
111+
<version>3.2.5</version>
112112
<configuration>
113113
<reportNameSuffix>sponge_log</reportNameSuffix>
114114
<skipTests>${skipUnitTests}</skipTests>

0 commit comments

Comments
 (0)