Skip to content

Commit d2770a5

Browse files
committed
build(deps): update dependency org.apache.maven.plugins:maven-surefire-plugin to v3.5.1
1 parent 9ad9591 commit d2770a5

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115
<plugin>
116116
<groupId>org.apache.maven.plugins</groupId>
117117
<artifactId>maven-surefire-plugin</artifactId>
118-
<version>3.5.0</version>
118+
<version>3.5.1</version>
119119
<configuration>
120120
<!-- Excludes integration tests and smoke tests when unit tests are run -->
121121
<excludes>

gapic-generator-java/pom.xml

Lines changed: 1 addition & 1 deletion
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.5.0</version>
320+
<version>3.5.1</version>
321321
<configuration>
322322
<additionalClasspathElements>
323323
<additionalClasspathElement>

java-shared-dependencies/dependency-analyzer/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
<plugin>
4242
<groupId>org.apache.maven.plugins</groupId>
4343
<artifactId>maven-surefire-plugin</artifactId>
44-
<version>3.5.0</version>
44+
<version>3.5.1</version>
4545
<configuration>
4646
<environmentVariables>
4747
<!--this environment variable is used to set token when construct

showcase/pom.xml

Lines changed: 1 addition & 1 deletion
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.5.0</version>
111+
<version>3.5.1</version>
112112
<configuration>
113113
<reportNameSuffix>sponge_log</reportNameSuffix>
114114
<skipTests>${skipUnitTests}</skipTests>

0 commit comments

Comments
 (0)