Skip to content

Commit 1777082

Browse files
committed
build(deps): update dependency org.apache.maven.plugins:maven-failsafe-plugin to v3.0.0-m7
1 parent 05aeb8b commit 1777082

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

samples/install-without-bom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@
139139
<plugin>
140140
<groupId>org.apache.maven.plugins</groupId>
141141
<artifactId>maven-failsafe-plugin</artifactId>
142-
<version>3.0.0-M6</version>
142+
<version>3.0.0-M7</version>
143143
<configuration>
144144
<systemPropertyVariables>
145145
<spanner.test.instance>spanner-testing-east1</spanner.test.instance>

samples/snapshot/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@
138138
<plugin>
139139
<groupId>org.apache.maven.plugins</groupId>
140140
<artifactId>maven-failsafe-plugin</artifactId>
141-
<version>3.0.0-M6</version>
141+
<version>3.0.0-M7</version>
142142
<configuration>
143143
<systemPropertyVariables>
144144
<spanner.test.instance>spanner-testing-east1</spanner.test.instance>

samples/snippets/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@
143143
<plugin>
144144
<groupId>org.apache.maven.plugins</groupId>
145145
<artifactId>maven-failsafe-plugin</artifactId>
146-
<version>3.0.0-M6</version>
146+
<version>3.0.0-M7</version>
147147
<configuration>
148148
<systemPropertyVariables>
149149
<spanner.test.instance>spanner-testing-east1</spanner.test.instance>

0 commit comments

Comments
 (0)