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 2024/01/01 12:00:45 UTC

(commons-parent) branch master updated: Bump com.puppycrawl.tools:checkstyle from 10.12.6 to 10.12.7 on Java 11 and up

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


The following commit(s) were added to refs/heads/master by this push:
     new 787d030  Bump com.puppycrawl.tools:checkstyle from 10.12.6 to 10.12.7 on Java 11 and up
787d030 is described below

commit 787d0303345eaa6ec51c8630f7c400c735e7418f
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Mon Jan 1 07:00:40 2024 -0500

    Bump com.puppycrawl.tools:checkstyle from 10.12.6 to 10.12.7 on Java 11
    and up
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index ffef439..dd84cab 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1856,7 +1856,7 @@
 		<jdk>[11,)</jdk>
 	  </activation>
       <properties>
-        <commons.checkstyle.version>10.12.6</commons.checkstyle.version>
+        <commons.checkstyle.version>10.12.7</commons.checkstyle.version>
       </properties>
     </profile>
 
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 8b05777..11d30cb 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -75,6 +75,7 @@ The <action> type attribute can be add,update,fix,remove.
            <action type="update" dev="ggregory" due-to="Gary Gregory">Bump maven-surefire-report-plugin from 3.2.2 to 3.2.3.</action>
            <action type="update" dev="ggregory" due-to="Dependabot">Bump org.spdx:spdx-maven-plugin from 0.7.0 to 0.7.2.</action>
            <action type="update" dev="ggregory" due-to="Gary Gregory">Bump maven-compiler-plugin from 3.11.0 to 3.12.1.</action>
+           <action type="update" dev="ggregory" due-to="Gary Gregory">Bump com.puppycrawl.tools:checkstyle from 10.12.6 to 10.12.7 on Java 11 and up.</action>
            <!-- REMOVE -->
            <action type="update" dev="ggregory" due-to="Gary Gregory">Drop Javadoc properties commons.javadocX.java.link for non-LTS Java versions.</action>
         </release>