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 13:41:53 UTC

[commons-csv] branch master updated: Bump checkstyle from 9.2 to 9.2.1 (#207)

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


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

commit be2e9f658b5aaae909c2dd127354661e94a95665
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Dec 27 08:41:45 2021 -0500

    Bump checkstyle from 9.2 to 9.2.1 (#207)
    
    Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 9.2 to 9.2.1.
    - [Release notes](https://github.com/checkstyle/checkstyle/releases)
    - [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-9.2...checkstyle-9.2.1)
    
    ---
    updated-dependencies:
    - dependency-name: com.puppycrawl.tools:checkstyle
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    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 35ed13f..e9bf872 100644
--- a/pom.xml
+++ b/pom.xml
@@ -165,7 +165,7 @@
     <commons.encoding>UTF-8</commons.encoding>
 
     <commons.checkstyle-plugin.version>3.1.2</commons.checkstyle-plugin.version>
-    <commons.checkstyle.version>9.2</commons.checkstyle.version>
+    <commons.checkstyle.version>9.2.1</commons.checkstyle.version>
     <checkstyle.header.file>${basedir}/src/site/resources/checkstyle/checkstyle-header.txt</checkstyle.header.file>
     <checkstyle.config.file>${basedir}/src/site/resources/checkstyle/checkstyle.xml</checkstyle.config.file>
     <checkstyle.suppress.file>${basedir}/src/site/resources/checkstyle/checkstyle-suppressions.xml</checkstyle.suppress.file>