This is an automated email from the ASF dual-hosted git repository.

garydgregory 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 11c1c15  Bump com.puppycrawl.tools:checkstyle from 13.7.0 to 13.8.0 on 
Java 21 and up.
11c1c15 is described below

commit 11c1c15e231ca45f2fcfab4a942e5ba3f2352252
Author: Gary Gregory <[email protected]>
AuthorDate: Thu Jul 16 10:14:14 2026 -0400

    Bump com.puppycrawl.tools:checkstyle from 13.7.0 to 13.8.0 on Java 21
    and up.
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 435f44a..03837db 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1778,7 +1778,7 @@
         <jdk>[21,)</jdk>
          </activation>
       <properties>
-        <commons.checkstyle.version>13.7.0</commons.checkstyle.version>
+        <commons.checkstyle.version>13.8.0</commons.checkstyle.version>
         <argLine>-XX:+EnableDynamicAgentLoading</argLine>
       </properties>
     </profile>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index d244a00..e81080d 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -63,7 +63,7 @@ The <action> type attribute can be add,update,fix,remove.
         <!-- UPDATE -->
         <action type="update" dev="ggregory" due-to="Gary Gregory">Bump 
org.apache:apache from 38 to 39.</action>
         <action type="update" dev="ggregory" due-to="Gary Gregory">Bump 
org.cyclonedx:cyclonedx-maven-plugin from 2.9.1 to 2.9.2.</action>
-        <action type="update" dev="ggregory" due-to="Gary Gregory">Bump 
com.puppycrawl.tools:checkstyle from 13.5.0 to 13.7.0 on Java 21 and 
up.</action>
+        <action type="update" dev="ggregory" due-to="Gary Gregory">Bump 
com.puppycrawl.tools:checkstyle from 13.5.0 to 13.8.0 on Java 21 and 
up.</action>
         <action type="update" dev="ggregory" due-to="Gary Gregory">Bump 
net.sourceforge.pmd:pmd-* from 7.25.0 to 7.26.0.</action>
         <action type="update" dev="ggregory" due-to="Gary Gregory">Bump 
org.spdx:spdx-maven-plugin from 1.0.3 to 1.0.4 on Java 17 and up.</action>
       </release>

Reply via email to