Skip to content

Commit 8c93c18

Browse files
authored
chore(deps): update dependency org.apache.maven.plugins:maven-failsafe-plugin to v3.0.0-m4 (GoogleCloudPlatform#2196)
1 parent 51fe79a commit 8c93c18

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

language/analysis/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ limitations under the License.
9393
<plugin>
9494
<groupId>org.apache.maven.plugins</groupId>
9595
<artifactId>maven-failsafe-plugin</artifactId>
96-
<version>3.0.0-M3</version>
96+
<version>3.0.0-M4</version>
9797
<executions>
9898
<execution>
9999
<goals>

logging/cloud-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
<plugin> <!-- Integration / System Tests -->
6464
<groupId>org.apache.maven.plugins</groupId>
6565
<artifactId>maven-failsafe-plugin</artifactId>
66-
<version>3.0.0-M3</version>
66+
<version>3.0.0-M4</version>
6767
<configuration>
6868
<classesDirectory>${project.build.outputDirectory}</classesDirectory>
6969
<forkCount>3</forkCount>

spanner/cloud-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ limitations under the License.
168168
<plugin>
169169
<groupId>org.apache.maven.plugins</groupId>
170170
<artifactId>maven-failsafe-plugin</artifactId>
171-
<version>3.0.0-M3</version>
171+
<version>3.0.0-M4</version>
172172
<configuration>
173173
<systemPropertyVariables>
174174
<spanner.test.instance>default-instance</spanner.test.instance>

0 commit comments

Comments
 (0)