com.github.spotbugs:spotbugs 4.0.5 -> 4.0.6.

commons.surefire.version 3.0.0-M4 -> 3.0.0-M5.
This commit is contained in:
Gary Gregory 2020-06-24 12:50:17 -04:00
parent cae8364d9e
commit 43fe903cad
1 changed files with 2 additions and 2 deletions

View File

@ -612,7 +612,7 @@
<uberjar.name>benchmarks</uberjar.name>
<commons.jacoco.version>0.8.5</commons.jacoco.version>
<commons.surefire.version>3.0.0-M4</commons.surefire.version>
<commons.surefire.version>3.0.0-M5</commons.surefire.version>
<commons.javadoc.version>3.2.0</commons.javadoc.version>
<!-- never generate report if there are binary incompatible changes -->
@ -764,7 +764,7 @@
<dependency>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs</artifactId>
<version>4.0.5</version>
<version>4.0.6</version>
</dependency>
</dependencies>
<configuration>