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 19bf215 Bump com.puppycrawl.tools:checkstyle from 12.1.0 on Java 17
and up
19bf215 is described below
commit 19bf2158b63cb734ba83fb1920dd61f3b5d80b2b
Author: Gary D. Gregory <[email protected]>
AuthorDate: Wed Oct 22 08:22:51 2025 -0400
Bump com.puppycrawl.tools:checkstyle from 12.1.0 on Java 17 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 967a427..487ec03 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.0.1</commons.checkstyle.version>
+ <commons.checkstyle.version>12.1.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 7648d48..32b3ac4 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.github.spotbugs:spotbugs-maven-plugin from 4.9.7.0 to 4.9.8.1.</action>
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump
org.apache.rat:apache-rat-plugin from 0.16.1 to 0.17.</action>
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump
org.codehaus.mojo:exec-maven-plugin from 3.6.1 to 3.6.2.</action>
+ <action type="update" dev="ggregory" due-to="Gary Gregory">Bump
com.puppycrawl.tools:checkstyle from 12.1.0 on Java 17 and up.</action>
</release>
<release version="90" date="2025-10-17" description="This is a feature
and maintenance release. Java 8 or later is required.">
<!-- FIX -->