Merge branch 'pr-243'

This closes #243
This commit is contained in:
Bruno P. Kinoshita 2021-06-29 17:03:51 +12:00
commit 756998ff11
2 changed files with 2 additions and 1 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.2</checkstyle.version>
<checkstyle.dep.version>8.43</checkstyle.dep.version>
<checkstyle.dep.version>8.44</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

@ -188,6 +188,7 @@
Bump checkstyle from 8.41 to 8.41.1 #222.
Bump checkstyle from 8.41.1 to 8.42 #234.
Bump checkstyle from 8.42 to 8.43 #240.
Bump checkstyle from 8.43 to 8.44 #243.
</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.