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 3b04bf7 Bump com.puppycrawl.tools:checkstyle from 12.1.2 to 12.2.0
3b04bf7 is described below
commit 3b04bf7517a6d2208933ec0fdb0e42c5da1c0dae
Author: Gary Gregory <[email protected]>
AuthorDate: Mon Dec 1 10:39:23 2025 -0500
Bump com.puppycrawl.tools:checkstyle from 12.1.2 to 12.2.0
---
pom.xml | 2 +-
src/changes/changes.xml | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index dee303e..deba68e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -121,7 +121,7 @@
<commons.build-plugin.version>1.16.0</commons.build-plugin.version>
<commons.changes.version>3.0.0-M3</commons.changes.version>
<commons.checkstyle-plugin.version>3.6.0</commons.checkstyle-plugin.version>
- <commons.checkstyle.version>12.1.2</commons.checkstyle.version>
+ <commons.checkstyle.version>12.2.0</commons.checkstyle.version>
<commons.compiler.version>3.14.1</commons.compiler.version>
<commons.cyclonedx.version>2.9.1</commons.cyclonedx.version>
<commons.spdx.version>1.0.3</commons.spdx.version>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 7c31249..b9b6463 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -68,6 +68,7 @@ The <action> type attribute can be add,update,fix,remove.
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump
com.github.siom79.japicmp:japicmp-maven-plugin from 0.24.2 to 0.25.0.</action>
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump
net.sourceforge.pmd:pmd-* from 7.18.0 to 7.19.0.</action>
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump
maven-assembly-plugin from 3.7.1 to 3.8.0.</action>
+ <action type="update" dev="ggregory" due-to="Gary Gregory">Bump
com.puppycrawl.tools:checkstyle from 12.1.2 to 12.2.0.</action>
</release>
<release version="93" date="2025-11-19" description="This is a feature
and maintenance release. Java 8 or later is required.">
<!-- FIX -->