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 19:13:36 UTC

[commons-codec] branch master updated: Bump checkstyle from 9.2 to 9.2.1 #101.

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


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

commit 4aa5074486304447e8b64c7e16d276c51a9fefaf
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Mon Dec 27 14:13:30 2021 -0500

    Bump checkstyle from 9.2 to 9.2.1 #101.
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index c7ede0f..ca363d6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -258,7 +258,7 @@ limitations under the License.
     <checkstyle.header.file>${basedir}/src/conf/checkstyle-header.txt</checkstyle.header.file>
     <checkstyle.config.file>${basedir}/src/conf/checkstyle.xml</checkstyle.config.file>
     <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.japicmp.version>0.15.3</commons.japicmp.version>
     <commons.jacoco.version>0.8.7</commons.jacoco.version>
     <commons.javadoc.version>3.3.0</commons.javadoc.version>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index df01fd9..dd35a56 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -64,7 +64,7 @@ The <action> type attribute can be add,update,fix,remove.
       <action                   dev="ggregory" type="update" due-to="Gary Gregory">Bump animal-sniffer-maven-plugin from 1.19 to 1.20.</action>
       <action                   dev="ggregory" type="update" due-to="Gary Gregory">Bump maven-pmd-plugin from 3.13.0 to 3.14.0.</action>
       <action                   dev="ggregory" type="update" due-to="Gary Gregory">Bump maven-checkstyle-plugin from 2.17 to 3.1.2.</action>
-      <action                   dev="kinow" type="update" due-to="Dependabot">Bump checkstyle from 8.45.1 to 9.2 #97, #100.</action>
+      <action                   dev="kinow, ggregory" type="update" due-to="Dependabot">Bump checkstyle from 8.45.1 to 9.2.1 #97, #100, #101.</action>
     </release>
 
     <release version="1.15" date="2020-09-01" description="Feature and fix release.">