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 f324513 Bump com.puppycrawl.tools:checkstyle from 12.3.1 to 13.0.0 on
Java 21 and up
f324513 is described below
commit f324513649870384cc600d0f64a4d3ef61844376
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Jan 7 08:20:07 2026 -0500
Bump com.puppycrawl.tools:checkstyle from 12.3.1 to 13.0.0 on Java 21
and up
---
pom.xml | 12 +++++++++++-
src/changes/changes.xml | 1 +
2 files changed, 12 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index cc9c478..2c86e73 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.3.1</commons.checkstyle.version>
+ <commons.checkstyle.version>13.0.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>
@@ -1753,6 +1753,16 @@
<commons.checkstyle.version>10.26.1</commons.checkstyle.version>
</properties>
</profile>
+ <profile>
+ <!-- Java 17-20 -->
+ <id>java-17-20</id>
+ <activation>
+ <jdk>[17,20]</jdk>
+ </activation>
+ <properties>
+ <commons.checkstyle.version>12.3.1</commons.checkstyle.version>
+ </properties>
+ </profile>
<profile>
<!-- Java 17 and up -->
<id>java-17-up</id>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index f622cfb..e834202 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -63,6 +63,7 @@ The <action> type attribute can be add,update,fix,remove.
<!-- UPDATE -->
<action type="update" dev="ggregory" due-to="Gary Gregory,
Dependabot">Bump com.puppycrawl.tools:checkstyle from 12.3.0 to 12.3.1
#691.</action>
<action type="update" dev="ggregory" due-to="Gary Gregory,
Dependabot">Bump commons.pmd-impl.version from 7.19.0 to 7.20.0 #689.</action>
+ <action type="update" dev="ggregory" due-to="Gary Gregory,
Dependabot">Bump com.puppycrawl.tools:checkstyle from 12.3.1 to 13.0.0 on Java
21 and up.</action>
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump
org.apache:apache from 35 to 36.</action>
</release>
<release version="94" date="2025-12-30" description="This is a feature
and maintenance release. Java 8 or later is required.">