This is an automated email from the ASF dual-hosted git repository.

kinow 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 c996e27  Bump checkstyle from 8.39 to 8.40
     new aa0b0e5  Merge branch 'pr-212'
c996e27 is described below

commit c996e27be17b03fe8442f444627aa7ae3da555f0
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Feb 1 06:39:15 2021 +0000

    Bump checkstyle from 8.39 to 8.40
    
    Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 8.39 to 
8.40.
    - [Release notes](https://github.com/checkstyle/checkstyle/releases)
    - 
[Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-8.39...checkstyle-8.40)
    
    Signed-off-by: dependabot[bot] <supp...@github.com>
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 2147850..bc1ea7d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 0b665af..032150b 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -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.

Reply via email to