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 2022/02/04 12:52:47 UTC

[commons-collections] branch master updated: Bump checkstyle from 9.2.1 to 9.3 (#277)

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 108ff1b  Bump checkstyle from 9.2.1 to 9.3 (#277)
108ff1b is described below

commit 108ff1b3f3e94873079f9a7c352ee479b44162f6
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Feb 4 07:52:41 2022 -0500

    Bump checkstyle from 9.2.1 to 9.3 (#277)
    
    Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 9.2.1 to 9.3.
    - [Release notes](https://github.com/checkstyle/checkstyle/releases)
    - [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-9.2.1...checkstyle-9.3)
    
    ---
    updated-dependencies:
    - dependency-name: com.puppycrawl.tools:checkstyle
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    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 4cd156b..1470762 100644
--- a/pom.xml
+++ b/pom.xml
@@ -577,7 +577,7 @@
     <!-- The RC version used in the staging repository URL. -->
     <commons.rc.version>RC1</commons.rc.version>
     <checkstyle.version>3.1.2</checkstyle.version>
-    <checkstyle.dep.version>9.2.1</checkstyle.dep.version>
+    <checkstyle.dep.version>9.3</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>