Merge branch 'pr-212'

This closes #212
This commit is contained in:
Bruno P. Kinoshita 2021-02-02 00:04:36 +13:00
commit aa0b0e52bb
2 changed files with 3 additions and 2 deletions

View File

@ -560,7 +560,7 @@
<!-- The RC version used in the staging repository URL. -->
<commons.rc.version>RC1</commons.rc.version>
<checkstyle.version>3.1.1</checkstyle.version>
<checkstyle.dep.version>8.39</checkstyle.dep.version>
<checkstyle.dep.version>8.40</checkstyle.dep.version>
<commons.site.path>collections</commons.site.path>
<commons.scmPubUrl>https://svn.apache.org/repos/infra/websites/production/commons/content/proper/commons-collections</commons.scmPubUrl>

View File

@ -182,7 +182,8 @@
Bump checkstyle from 8.36 to 8.36.2 #184.
Bump checkstyle from 8.36.2 to 8.37 #192.
Bump checkstyle from 8.37 to 8.38 #199.
Bump checkstyle from 8.38 to 8.39 #204.
Bump checkstyle from 8.38 to 8.39 #204.
Bump checkstyle from 8.39 to 8.40 #212.
</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.