Skip to content

Commit 540fe45

Browse files
renovate-botchingor13
authored andcommitted
chore(deps): update dependency org.apache.maven.plugins:maven-surefire-plugin to v3.0.0-m4 (googleapis#6940)
1 parent fc3d37f commit 540fe45

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

‎google-cloud-clients/google-cloud-contrib/google-cloud-spanner-jdbc/pom.xml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
<plugin>
5656
<groupId>org.apache.maven.plugins</groupId>
5757
<artifactId>maven-surefire-plugin</artifactId>
58-
<version>3.0.0-M3</version>
58+
<version>3.0.0-M4</version>
5959
<configuration>
6060
<excludedGroups>com.google.cloud.spanner.IntegrationTest</excludedGroups>
6161
<reportNameSuffix>sponge_log</reportNameSuffix>

‎google-cloud-clients/google-cloud-spanner/pom.xml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
<plugin>
4545
<groupId>org.apache.maven.plugins</groupId>
4646
<artifactId>maven-surefire-plugin</artifactId>
47-
<version>3.0.0-M3</version>
47+
<version>3.0.0-M4</version>
4848
<configuration>
4949
<excludedGroups>com.google.cloud.spanner.IntegrationTest</excludedGroups>
5050
<reportNameSuffix>sponge_log</reportNameSuffix>

‎google-cloud-clients/pom.xml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@
440440
<plugin>
441441
<groupId>org.apache.maven.plugins</groupId>
442442
<artifactId>maven-surefire-plugin</artifactId>
443-
<version>3.0.0-M3</version>
443+
<version>3.0.0-M4</version>
444444
<configuration>
445445
<!-- Excludes integration tests and smoke tests when unit tests are run -->
446446
<excludes>

‎google-cloud-util/pom.xml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<dependency>
1818
<groupId>org.apache.maven.plugins</groupId>
1919
<artifactId>maven-surefire-plugin</artifactId>
20-
<version>3.0.0-M3</version>
20+
<version>3.0.0-M4</version>
2121
<scope>test</scope>
2222
</dependency>
2323
</dependencies>

0 commit comments

Comments
 (0)