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 21154ca Bump com.puppycrawl.tools:checkstyle from 13.2.0 to 13.4.0 on
Java 21 and up
21154ca is described below
commit 21154caf84d2ae4ea0b67f8ced91353cff81f3cd
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Apr 1 13:23:48 2026 -0400
Bump com.puppycrawl.tools:checkstyle from 13.2.0 to 13.4.0 on Java 21
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 d6784fe..66c215f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1789,7 +1789,7 @@
<jdk>[21,)</jdk>
</activation>
<properties>
- <commons.checkstyle.version>13.3.0</commons.checkstyle.version>
+ <commons.checkstyle.version>13.4.0</commons.checkstyle.version>
<argLine>-XX:+EnableDynamicAgentLoading</argLine>
</properties>
</profile>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 4b71bd1..521f378 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -66,6 +66,7 @@ The <action> type attribute can be add,update,fix,remove.
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump
com.puppycrawl.tools:checkstyle from 12.3.1 to 13.3.0 on Java 21 and
up.</action>
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump
biz.aQute.bnd:biz.aQute.bndlib from 7.2.1 to 7.2.3 on Java 17 and up.</action>
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump
com.github.spotbugs:spotbugs-maven-plugin from 4.9.8.2 to 4.9.8.3.</action>
+ <action type="update" dev="ggregory" due-to="Gary Gregory">Bump
com.puppycrawl.tools:checkstyle from 13.2.0 to 13.4.0 on Java 21 and
up.</action>
</release>
<release version="97" date="2026-02-21" description="This is a feature
and maintenance release. Java 8 or later is required.">
<!-- FIX -->