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 2023/12/07 15:45:41 UTC

(commons-parent) branch master updated: Bump com.puppycrawl.tools:checkstyle from 10.12.5 to 10.12.6 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 bbf4093  Bump com.puppycrawl.tools:checkstyle from 10.12.5 to 10.12.6 on Java 11 and up
bbf4093 is described below

commit bbf4093f40f9b572dac7873a1c05fd6db10d1b80
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Thu Dec 7 10:45:36 2023 -0500

    Bump com.puppycrawl.tools:checkstyle from 10.12.5 to 10.12.6 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 30174ec..6be727c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1848,7 +1848,7 @@
 		<jdk>[11,)</jdk>
 	  </activation>
       <properties>
-        <commons.checkstyle.version>10.12.5</commons.checkstyle.version>
+        <commons.checkstyle.version>10.12.6</commons.checkstyle.version>
       </properties>
     </profile>
 
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 2ca1cba..9e844b8 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -69,6 +69,7 @@ The <action> type attribute can be add,update,fix,remove.
            <action type="update" dev="ggregory" due-to="Gary Gregory">Bump com.github.spotbugs:spotbugs-maven-plugin from 4.8.1.0 to 4.8.2.0.</action>
            <action type="update" dev="ggregory" due-to="Gary Gregory">Bump com.github.spotbugs:spotbugs from 4.8.1 to 4.8.2.</action>
            <action type="update" dev="ggregory" due-to="Gary Gregory">Bump maven-javadoc-plugin from 3.6.2 to 3.6.3.</action>
+           <action type="update" dev="ggregory" due-to="Gary Gregory">Bump com.puppycrawl.tools:checkstyle from 10.12.5 to 10.12.6 on Java 11 and up.</action>
         </release>
         <release version="65" date="2023-11-17" description="Version 65: Maintenance and update dependencies">
            <!-- ADD -->