Skip to content

Commit 0b82fe4

Browse files
authored
Update maven-surefire-plugin to 3.0.0-M3 to fix Java 8 classloader (googleapis#4344)
* Update maven-surefire-plugin to 3.0.0-M3 to fix Java 8 classloader * Update failsafe plugin to 3.0.0-M3 too * Specify maven-surefire-plugin version in bigtable-emulator
1 parent e97968d commit 0b82fe4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • java-logging/google-cloud-logging

java-logging/google-cloud-logging/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,12 +96,12 @@
9696
<plugins>
9797
<plugin>
9898
<artifactId>maven-surefire-plugin</artifactId>
99-
<version>2.19.1</version>
99+
<version>3.0.0-M3</version>
100100
<dependencies>
101101
<dependency>
102102
<groupId>org.apache.maven.surefire</groupId>
103103
<artifactId>surefire-junit4</artifactId>
104-
<version>2.19.1</version>
104+
<version>3.0.0-M3</version>
105105
</dependency>
106106
</dependencies>
107107
</plugin>

0 commit comments

Comments
 (0)