You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ki...@apache.org on 2020/11/02 07:20:37 UTC

[commons-collections] branch master updated: Bump checkstyle from 8.36.2 to 8.37

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 8a1f3ee  Bump checkstyle from 8.36.2 to 8.37
     new 1d3367b  Merge branch 'pr-192'
8a1f3ee is described below

commit 8a1f3ee315fe1e955e7ee9338b5ebf0d7bf2db63
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Nov 2 06:28:34 2020 +0000

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

diff --git a/pom.xml b/pom.xml
index 8fd33c2..314125a 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.36.2</checkstyle.dep.version>
+    <checkstyle.dep.version>8.37</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 91efdd7..1070204 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -171,6 +171,7 @@
       Update build from checkstyle.dep.version 8.31 to 8.32.
       Bump checkstyle from 8.35 to 8.36 #179.
       Bump checkstyle from 8.36 to 8.36.2 #184.
+      Bump checkstyle from 8.36.2 to 8.37 #192.
     </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.