You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ki...@apache.org on 2022/02/04 22:15:15 UTC

[commons-codec] branch master updated: Bump checkstyle from 9.2.1 to 9.3

This is an automated email from the ASF dual-hosted git repository.

kinow 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 52398c4  Bump checkstyle from 9.2.1 to 9.3
52398c4 is described below

commit 52398c4534a94a3de9387ca884c6e48f4b5841fc
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Feb 4 16:17:18 2022 +0000

    Bump checkstyle from 9.2.1 to 9.3
    
    Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 9.2.1 to 9.3.
    - [Release notes](https://github.com/checkstyle/checkstyle/releases)
    - [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-9.2.1...checkstyle-9.3)
    
    ---
    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>
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 8ebf148..b25622f 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.1</commons.checkstyle.version>
+    <commons.checkstyle.version>9.3</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 5d841f0..a524800 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.15.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, ggregory" type="update" due-to="Dependabot">Bump checkstyle from 8.45.1 to 9.2.1 #97, #100, #101.</action>
+      <action                   dev="kinow, ggregory" type="update" due-to="Dependabot">Bump checkstyle from 8.45.1 to 9.3 #97, #100, #101, #103.</action>
     </release>
 
     <release version="1.15" date="2020-09-01" description="Feature and fix release.">