Skip to content

Commit d0aab6c

Browse files
build(deps): update dependency org.apache.maven.plugins:maven-failsafe-plugin to v3.3.0 (#3179)
* build(deps): update dependency org.apache.maven.plugins:maven-failsafe-plugin to v3.3.0 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent bee79af commit d0aab6c

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
@@ -188,7 +188,7 @@
188188
<plugin>
189189
<groupId>org.apache.maven.plugins</groupId>
190190
<artifactId>maven-failsafe-plugin</artifactId>
191-
<version>3.2.5</version>
191+
<version>3.3.0</version>
192192
</plugin>
193193
</plugins>
194194
<pluginManagement>

samples/install-without-bom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@
145145
<plugin>
146146
<groupId>org.apache.maven.plugins</groupId>
147147
<artifactId>maven-failsafe-plugin</artifactId>
148-
<version>3.2.5</version>
148+
<version>3.3.0</version>
149149
<configuration>
150150
<systemPropertyVariables>
151151
<spanner.test.instance>java-client-integration-tests</spanner.test.instance>

samples/snapshot/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@
144144
<plugin>
145145
<groupId>org.apache.maven.plugins</groupId>
146146
<artifactId>maven-failsafe-plugin</artifactId>
147-
<version>3.2.5</version>
147+
<version>3.3.0</version>
148148
<configuration>
149149
<systemPropertyVariables>
150150
<spanner.test.instance>java-client-integration-tests</spanner.test.instance>

samples/snippets/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@
175175
<plugin>
176176
<groupId>org.apache.maven.plugins</groupId>
177177
<artifactId>maven-failsafe-plugin</artifactId>
178-
<version>3.2.5</version>
178+
<version>3.3.0</version>
179179
<configuration>
180180
<systemPropertyVariables>
181181
<spanner.test.instance>java-client-integration-tests</spanner.test.instance>

0 commit comments

Comments
 (0)