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/08/24 18:38:34 UTC

[commons-imaging] branch master updated: Bump maven-checkstyle plugin from 3.1.2 to 3.2.0.

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


The following commit(s) were added to refs/heads/master by this push:
     new de43103b Bump maven-checkstyle plugin from 3.1.2 to 3.2.0.
de43103b is described below

commit de43103bfee2ca1426c51695583772341d7e62f2
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Wed Aug 24 14:38:29 2022 -0400

    Bump maven-checkstyle plugin from 3.1.2 to 3.2.0.
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index b1636e89..a9efd652 100644
--- a/pom.xml
+++ b/pom.xml
@@ -55,7 +55,7 @@
     <commons.release-plugin.version>1.8.0</commons.release-plugin.version>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
-    <checkstyle.plugin.version>3.1.2</checkstyle.plugin.version>
+    <checkstyle.plugin.version>3.2.0</checkstyle.plugin.version>
     <spotbugs.plugin.version>4.7.1.1</spotbugs.plugin.version>
     <spotbugs.impl.version>4.7.1</spotbugs.impl.version>
     <junit.version>5.9.0</junit.version>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index fd122323..28d80230 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -71,6 +71,9 @@ The <action> type attribute can be add,update,fix,remove.
       <action dev="kinow" type="update" due-to="Dependabot">
         Bump animal-sniffer-maven-plugin from 1.21 to 1.22 #230.
       </action>
+      <action dev="kinow" type="update" due-to="Dependabot">
+        Bump maven-checkstyle plugin from 3.1.2 to 3.2.0.
+      </action>
     </release>
     <release version="1.0-alpha3" date="2022-05-13" description="Third 1.0 alpha release">
       <action issue="IMAGING-330" dev="kinow" type="fix" due-to="Gary Lucas">