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.5.0
  • Loading branch information
renovate-bot committed Sep 27, 2024
1 parent 35a8eb2 commit 13f2e21
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 @@ -219,7 +219,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId>
<version>3.4.0</version>
<version>3.5.0</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 @@ -145,7 +145,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId>
<version>3.4.0</version>
<version>3.5.0</version>
<configuration>
<systemPropertyVariables>
<spanner.test.instance>java-client-integration-tests</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 @@ -144,7 +144,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId>
<version>3.4.0</version>
<version>3.5.0</version>
<configuration>
<systemPropertyVariables>
<spanner.test.instance>java-client-integration-tests</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.4.0</version>
<version>3.5.0</version>
<configuration>
<systemPropertyVariables>
<spanner.test.instance>java-client-integration-tests</spanner.test.instance>
Expand Down

0 comments on commit 13f2e21

Please sign in to comment.