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/08/26 00:28:49 UTC

[commons-io] 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.

kinow pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-io.git


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

commit 8e072110e9d6ed0f81039929f4a81818c515439c
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Aug 26 00:02:32 2022 +0000

    Bump maven-checkstyle-plugin from 3.1.2 to 3.2.0
    
    Bumps [maven-checkstyle-plugin](https://github.com/apache/maven-checkstyle-plugin) from 3.1.2 to 3.2.0.
    - [Release notes](https://github.com/apache/maven-checkstyle-plugin/releases)
    - [Commits](https://github.com/apache/maven-checkstyle-plugin/compare/maven-checkstyle-plugin-3.1.2...maven-checkstyle-plugin-3.2.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.plugins:maven-checkstyle-plugin
      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 | 3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index dee8dda2..32089d20 100644
--- a/pom.xml
+++ b/pom.xml
@@ -336,7 +336,7 @@ file comparators, endian transformation classes, and much more.
     <commons.scmPubCheckoutDirectory>site-content</commons.scmPubCheckoutDirectory>
     <commons.javadoc.java.link>${commons.javadoc8.java.link}</commons.javadoc.java.link>
     <commons.javadoc.version>3.4.1</commons.javadoc.version>
-    <commons.checkstyle-plugin.version>3.1.2</commons.checkstyle-plugin.version>
+    <commons.checkstyle-plugin.version>3.2.0</commons.checkstyle-plugin.version>
     <checkstyle.impl.version>9.3</checkstyle.impl.version>
     <commons.jacoco.version>0.8.8</commons.jacoco.version>
     <commons.surefire.version>3.0.0-M7</commons.surefire.version>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 15e94e33..d8077f39 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -509,6 +509,9 @@ The <action> type attribute can be add,update,fix,remove.
       <action dev="kinow" type="update" due-to="Dependabot">
         Bump exec-maven-plugin from 3.0.0 to 3.1.0 #369.
       </action>
+      <action dev="kinow" type="update" due-to="Dependabot">
+        Bump maven-checkstyle-plugin from 3.1.2 to 3.2.0 #376.
+      </action>
     </release>
     <release version="2.11.0" date="2021-07-09" description="Java 8 required.">
       <!-- FIX -->