Bump maven-checkstyle-plugin 3.1.0 to 3.2.0.

This commit is contained in:
Gary Gregory 2022-08-24 08:11:07 -04:00
parent bf0970a71f
commit d7f2a7a377
2 changed files with 5 additions and 5 deletions

View File

@ -588,7 +588,7 @@
<commons.jira.pid>12310465</commons.jira.pid> <commons.jira.pid>12310465</commons.jira.pid>
<!-- The RC version used in the staging repository URL. --> <!-- The RC version used in the staging repository URL. -->
<commons.rc.version>RC1</commons.rc.version> <commons.rc.version>RC1</commons.rc.version>
<checkstyle.version>3.1.2</checkstyle.version> <checkstyle.version>3.2.0</checkstyle.version>
<checkstyle.dep.version>9.3</checkstyle.dep.version> <checkstyle.dep.version>9.3</checkstyle.dep.version>
<commons.pmd.version>3.18.0</commons.pmd.version> <commons.pmd.version>3.18.0</commons.pmd.version>
<commons.pmd-impl.version>6.48.0</commons.pmd-impl.version> <commons.pmd-impl.version>6.48.0</commons.pmd-impl.version>

View File

@ -229,10 +229,10 @@
Fixed the typo and deal the NPE with Objects.requireNonNull #118. Fixed the typo and deal the NPE with Objects.requireNonNull #118.
</action> </action>
<action type="update" dev="ggregory" due-to="Gary Gregory"> <action type="update" dev="ggregory" due-to="Gary Gregory">
Update build from checkstyle.version 3.1.0 to 3.1.1. Bump maven-checkstyle-plugin 3.1.0 to 3.2.0.
Update build from checkstyle.dep.version 8.29 to 8.31. </action>
Update build from checkstyle.dep.version 8.31 to 8.32. <action type="update" dev="ggregory" due-to="Gary Gregory">
Bump checkstyle from 8.35 to 9.3 #179, #184, #192, #199, #204, #212, #218, #222, #234, #240, #243, #245, #246, #248, #257, #263, #270, #271, #277. Bump checkstyle 8.29 9.3 #179, #184, #192, #199, #204, #212, #218, #222, #234, #240, #243, #245, #246, #248, #257, #263, #270, #271, #277.
</action> </action>
<action dev="ggregory" type="update" due-to="Chen, Bruno P. Kinoshita, Gary Gregory, Michael Osipov"> <action dev="ggregory" type="update" due-to="Chen, Bruno P. Kinoshita, Gary Gregory, Michael Osipov">
Better NPE messages in CollectionUtils with Objects.requireNonNull #117. Better NPE messages in CollectionUtils with Objects.requireNonNull #117.