Update maven-surefire-plugin to 3.0.0-M5. (#7830)

This avoids https://issues.apache.org/jira/browse/SUREFIRE-1439,
which I hit while investigating
https://github.com/protocolbuffers/protobuf/issues/7827
pull/9113/head
Chris Povirk 3 years ago committed by GitHub
parent 454778d011
commit 62d59d7d4c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      java/pom.xml

@ -181,6 +181,10 @@
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.0.0-M5</version>
</plugin>
</plugins>
</pluginManagement>
</build>

Loading…
Cancel
Save