This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-collections.git
The following commit(s) were added to refs/heads/master by this push:
new 563d2fc Bump checkstyle from 8.38 to 8.39 #204.
563d2fc is described below
commit 563d2fce7d0efeda34ed335e8d20854fc20ff1fd
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Jan 16 11:21:32 2021 -0500
Bump checkstyle from 8.38 to 8.39 #204.
---
src/changes/changes.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 6d0f971..5287095 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -182,6 +182,7 @@
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.
</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.