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/12/27 15:18:18 UTC

[commons-cli] branch master updated: Bump checkstyle from 9.0.1 to 9.2.1 (#86)

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-cli.git


The following commit(s) were added to refs/heads/master by this push:
     new 4038965  Bump checkstyle from 9.0.1 to 9.2.1 (#86)
4038965 is described below

commit 4038965264356fc9d4bf37fedb38925f311d7fc1
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Dec 27 10:18:15 2021 -0500

    Bump checkstyle from 9.0.1 to 9.2.1 (#86)
    
    Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 9.0.1 to 9.2.1.
    - [Release notes](https://github.com/checkstyle/checkstyle/releases)
    - [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-9.0.1...checkstyle-9.2.1)
    
    ---
    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 fafa0e8..f8db8f0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -209,7 +209,7 @@
     <commons.scmPubCheckoutDirectory>site-content</commons.scmPubCheckoutDirectory>
     <commons.encoding>utf-8</commons.encoding>
     <commons.checkstyle-plugin.version>3.1.2</commons.checkstyle-plugin.version>
-    <commons.checkstyle.impl.version>9.0.1</commons.checkstyle.impl.version>
+    <commons.checkstyle.impl.version>9.2.1</commons.checkstyle.impl.version>
     <commons.javadoc.version>3.3.1</commons.javadoc.version>
     <commons.javadoc.java.link>${commons.javadoc7.java.link}</commons.javadoc.java.link>
     <commons.jacoco.version>0.8.7</commons.jacoco.version>