Skip to content

Commit

Permalink
build(deps): update dependency org.apache.maven.plugins:maven-failsaf…
Browse files Browse the repository at this point in the history
…e-plugin to v3.2.5 (#2769)

* build(deps): update dependency org.apache.maven.plugins:maven-failsafe-plugin to v3.2.5

* 🦉 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>
Co-authored-by: Arpan Mishra <arpanmishra@google.com>
  • Loading branch information
3 people authored Feb 22, 2024
1 parent 71a65ec commit 24a9c1b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion google-cloud-spanner-executor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId>
<version>3.2.1</version>
<version>3.2.5</version>
</plugin>
</plugins>
<pluginManagement>
Expand Down
2 changes: 1 addition & 1 deletion samples/install-without-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId>
<version>3.2.1</version>
<version>3.2.5</version>
<configuration>
<systemPropertyVariables>
<spanner.test.instance>java-client-integration-test</spanner.test.instance>
Expand Down
2 changes: 1 addition & 1 deletion samples/snapshot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId>
<version>3.2.1</version>
<version>3.2.5</version>
<configuration>
<systemPropertyVariables>
<spanner.test.instance>java-client-integration-test</spanner.test.instance>
Expand Down
2 changes: 1 addition & 1 deletion samples/snippets/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId>
<version>3.2.1</version>
<version>3.2.5</version>
<configuration>
<systemPropertyVariables>
<spanner.test.instance>java-client-integration-test</spanner.test.instance>
Expand Down

0 comments on commit 24a9c1b

Please sign in to comment.