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/03/18 00:59:24 UTC

[commons-parent] branch master updated: Bump com.puppycrawl.tools:checkstyle from 9.2.1 to 9.3

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 588b1ed  Bump com.puppycrawl.tools:checkstyle from 9.2.1 to 9.3
588b1ed is described below

commit 588b1ed3fe1810ee060bdc7aa5a00f787ebbb27d
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Thu Mar 17 20:59:16 2022 -0400

    Bump com.puppycrawl.tools:checkstyle from 9.2.1 to 9.3
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 3657b9e..3bf5e35 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.1</commons.checkstyle.version>
+    <commons.checkstyle.version>9.3</commons.checkstyle.version>
     <commons.clirr.version>2.8</commons.clirr.version>
     <commons.cobertura.version>2.7</commons.cobertura.version>
     <commons.compiler.version>3.10.1</commons.compiler.version>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 3d95055..9f8d1eb 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -101,7 +101,7 @@ The <action> type attribute can be add,update,fix,remove.
           <action type="update" dev="ggregory" due-to="Dependabot">Bump buildnumber-maven-plugin from 1.4 to 3.0.0 #81.</action>
           <action type="update" dev="ggregory" due-to="Dependabot">Bump maven-site-plugin from 3.9.1 to 3.11.0 #84, #98.</action>
           <action type="update" dev="ggregory" due-to="Dependabot">Bump wagon-ssh from 3.4.3 to 3.5.1 #85.</action>
-          <action type="update" dev="ggregory" due-to="Dependabot">Bump checkstyle from 9.2 to 9.2.1 #86.</action>
+          <action type="update" dev="ggregory" due-to="Dependabot, Gary Gregory">Bump checkstyle from 9.2 to 9.3 #86.</action>
           <action type="update" dev="ggregory" due-to="Dependabot, Gary Gregory">Bump maven-compiler-plugin from 3.8.1 to 3.10.1 #88.</action>
           <action type="update" dev="ggregory" due-to="Dependabot">Bump maven-jar-plugin from 3.2.0 to 3.2.2 #92.</action>
           <action type="update" dev="ggregory" due-to="Gary Gregory">Bump commons-release-plugin from 1.7 to 1.8.0.</action>