Bump maven-checkstyle-plugin 3.1.0 to 3.2.0.
This commit is contained in:
parent
bf0970a71f
commit
d7f2a7a377
2
pom.xml
2
pom.xml
|
@ -588,7 +588,7 @@
|
|||
<commons.jira.pid>12310465</commons.jira.pid>
|
||||
<!-- The RC version used in the staging repository URL. -->
|
||||
<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>
|
||||
<commons.pmd.version>3.18.0</commons.pmd.version>
|
||||
<commons.pmd-impl.version>6.48.0</commons.pmd-impl.version>
|
||||
|
|
|
@ -229,10 +229,10 @@
|
|||
Fixed the typo and deal the NPE with Objects.requireNonNull #118.
|
||||
</action>
|
||||
<action type="update" dev="ggregory" due-to="Gary Gregory">
|
||||
Update build from checkstyle.version 3.1.0 to 3.1.1.
|
||||
Update build from checkstyle.dep.version 8.29 to 8.31.
|
||||
Update build from checkstyle.dep.version 8.31 to 8.32.
|
||||
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 maven-checkstyle-plugin 3.1.0 to 3.2.0.
|
||||
</action>
|
||||
<action type="update" dev="ggregory" due-to="Gary Gregory">
|
||||
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 dev="ggregory" type="update" due-to="Chen, Bruno P. Kinoshita, Gary Gregory, Michael Osipov">
|
||||
Better NPE messages in CollectionUtils with Objects.requireNonNull #117.
|
||||
|
|
Loading…
Reference in New Issue