- com.github.spotbugs:spotbugs 4.0.0 -> 4.0.2.

- com.puppycrawl.tools:checkstyle 8.29 -> 8.31.
This commit is contained in:
Gary Gregory 2020-04-20 17:23:31 -04:00
parent 299736554a
commit f692351035
2 changed files with 5 additions and 4 deletions

View File

@ -600,10 +600,10 @@
<commons.encoding>utf-8</commons.encoding>
<checkstyle.plugin.version>3.1.1</checkstyle.plugin.version>
<checkstyle.version>8.29</checkstyle.version>
<checkstyle.version>8.31</checkstyle.version>
<checkstyle.configdir>src/site/resources/checkstyle</checkstyle.configdir>
<spotbugs.plugin.version>4.0.2</spotbugs.plugin.version>
<spotbugs.plugin.version>4.0.0</spotbugs.plugin.version>
<japicmp.skip>false</japicmp.skip>
<!-- JMH Benchmark related properties, version, target compiler and name of the benchmarking uber jar. -->
@ -765,7 +765,7 @@
<dependency>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs</artifactId>
<version>4.0.0</version>
<version>4.0.2</version>
</dependency>
</dependencies>
<configuration>

View File

@ -49,7 +49,8 @@ The <action> type attribute can be add,update,fix,remove.
<action type="fix" dev="kinow" due-to="contextshuffling">Fix Javdoc for StringUtils.appendIfMissingIgnoreCase() #507.</action>
<action type="update" dev="ggregory">org.junit-pioneer:junit-pioneer 0.5.4 -> 0.5.6.</action>
<action type="update" dev="ggregory">org.junit.jupiter:junit-jupiter 5.6.0 -> 5.6.1.</action>
<action type="update" dev="ggregory">spotbugs.plugin.version 4.0.0 -> 4.0.2.</action>
<action type="update" dev="ggregory">com.github.spotbugs:spotbugs 4.0.0 -> 4.0.2.</action>
<action type="update" dev="ggregory">com.puppycrawl.tools:checkstyle 8.29 -> 8.31.</action>
<action type="update" dev="ggregory" due-to="Isira Seneviratne, Bruno P. Kinoshita">Simplify null checks in Pair.hashCode() using Objects.hashCode(). #517.</action>
<action type="update" dev="ggregory" due-to="Isira Seneviratne, Bruno P. Kinoshita">Simplify null checks in Triple.hashCode() using Objects.hashCode(). #516.</action>
<action type="update" dev="ggregory" due-to="Isira Seneviratne, Bruno P. Kinoshita">Simplify some if statements in StringUtils. #521.</action>