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 22:53:03 UTC

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


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

commit e7e704ec2dba0c9dc63419e3d0be3b301d24bcc4
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Aug 26 16:02:19 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 8f81f4e2..bb9b661d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -623,7 +623,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-checkstyle-plugin</artifactId>
-          <version>3.1.2</version>
+          <version>3.2.0</version>
           <configuration>
             <configLocation>${basedir}/conf/checkstyle.xml</configLocation>
             <suppressionsLocation>${basedir}/conf/checkstyle-suppressions.xml</suppressionsLocation>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 241167fd..a8175022 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -52,6 +52,9 @@
       <action type="update" dev="kinow" due-to="Dependabot">
         Bump slf4j.version from 1.7.36 to 2.0.0 #202.
       </action>
+      <action type="update" dev="kinow" due-to="Dependabot">
+        Bump maven-checkstyle-plugin from 3.1.2 to 3.2.0 #201.
+      </action>
     </release>
     <release version="2.8.0" date="2022-07-05"
              description="Minor release with new features and updated dependencies.">