You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2021/08/02 18:33:55 UTC

[commons-collections] branch master updated: Bump checkstyle from 8.44 to 8.45 #245.

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 52b9f8c  Bump checkstyle from 8.44 to 8.45 #245.
     new e77c1d8  Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-collections.git
52b9f8c is described below

commit 52b9f8c4c864b3f15072f784f95f6896889bfb22
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Mon Aug 2 14:33:35 2021 -0400

    Bump checkstyle from 8.44 to 8.45 #245.
---
 src/changes/changes.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index b664e7b..651563e 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -201,6 +201,7 @@
       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.
+      Bump checkstyle from 8.44 to 8.45 #245. 
     </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.