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/01/12 15:56:13 UTC

[commons-parent] branch master updated: Bump checkstyle from 9.2 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-parent.git


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

commit d66d115136ab954fb5ef8f50b02740d2f4e6a49e
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Jan 12 10:56:06 2022 -0500

    Bump checkstyle from 9.2 to 9.2.1 (#86)
    
    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 7a5165d..7008ea3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -125,7 +125,7 @@
     <commons.build-plugin.version>1.12</commons.build-plugin.version>
     <commons.changes.version>2.12.1</commons.changes.version>
     <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>
     <commons.clirr.version>2.8</commons.clirr.version>
     <commons.cobertura.version>2.7</commons.cobertura.version>
     <commons.compiler.version>3.8.1</commons.compiler.version>