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 4625723 Bump com.puppycrawl.tools:checkstyle from 12.3.1 to 13.3.0 on
Java 21 and up.
4625723 is described below
commit 46257235d183c6e1c015e012b253c26e9a3b65da
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Mar 4 13:36:14 2026 -0500
Bump com.puppycrawl.tools:checkstyle from 12.3.1 to 13.3.0 on Java 21
and up.
---
pom.xml | 1 +
src/changes/changes.xml | 3 ++-
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index d002cab..c24b15f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1789,6 +1789,7 @@
<jdk>[21,)</jdk>
</activation>
<properties>
+ <commons.checkstyle.version>13.3.0</commons.checkstyle.version>
<argLine>-XX:+EnableDynamicAgentLoading</argLine>
</properties>
</profile>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 19e2efb..558bd77 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -62,7 +62,8 @@ The <action> type attribute can be add,update,fix,remove.
<!-- ADD -->
<!-- UPDATE -->
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump
net.sourceforge.pmd:pmd-* from 7.21.0 to 7.22.0.</action>
- <action type="update" dev="ggregory" due-to="Gary Gregory">Bump
org.apache.felix:maven-bundle-plugin from 6.0.0 on 6.0.2 on Java 17 and
above.</action>
+ <action type="update" dev="ggregory" due-to="Gary Gregory">Bump
org.apache.felix:maven-bundle-plugin from 6.0.0 on 6.0.2 on Java 17 and
up.</action>
+ <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>
</release>
<release version="97" date="2026-02-21" description="This is a feature
and maintenance release. Java 8 or later is required.">
<!-- FIX -->