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/01/16 16:14:41 UTC

[commons-collections] branch master updated: Bump checkstyle from 8.38 to 8.39 (#204)

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 be2e330  Bump checkstyle from 8.38 to 8.39 (#204)
be2e330 is described below

commit be2e330dc2388c9dd768e75ab2184b5d436efd25
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Sat Jan 16 11:14:35 2021 -0500

    Bump checkstyle from 8.38 to 8.39 (#204)
    
    Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 8.38 to 8.39.
    - [Release notes](https://github.com/checkstyle/checkstyle/releases)
    - [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-8.38...checkstyle-8.39)
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 38ea7bc..2147850 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.38</checkstyle.dep.version>
+    <checkstyle.dep.version>8.39</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>