Skip to content

Commit c23af6c

Browse files
authored
build(deps): update dependency org.apache.maven.plugins:maven-failsafe-plugin to v3.1.0 (#2416)
1 parent 8cd4202 commit c23af6c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

google-cloud-spanner-executor/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@
151151
<plugin>
152152
<groupId>org.apache.maven.plugins</groupId>
153153
<artifactId>maven-failsafe-plugin</artifactId>
154-
<version>3.0.0</version>
154+
<version>3.1.0</version>
155155
</plugin>
156156
</plugins>
157157
</build>

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</version>
142+
<version>3.1.0</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</version>
141+
<version>3.1.0</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
@@ -174,7 +174,7 @@
174174
<plugin>
175175
<groupId>org.apache.maven.plugins</groupId>
176176
<artifactId>maven-failsafe-plugin</artifactId>
177-
<version>3.0.0</version>
177+
<version>3.1.0</version>
178178
<configuration>
179179
<systemPropertyVariables>
180180
<spanner.test.instance>spanner-testing-east1</spanner.test.instance>

0 commit comments

Comments
 (0)