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 61e565b Bump com.puppycrawl.tools:checkstyle from 13.0.0 to 13.1.0 on
Java 21 and up.
61e565b is described below
commit 61e565bd277966d6ab4a57b1df3edeaa26098aff
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Feb 4 17:24:02 2026 -0500
Bump com.puppycrawl.tools:checkstyle from 13.0.0 to 13.1.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 064df0b..5a813df 100644
--- a/pom.xml
+++ b/pom.xml
@@ -121,7 +121,7 @@
<commons.build-plugin.version>1.16.1</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>13.0.0</commons.checkstyle.version>
+ <commons.checkstyle.version>13.1.0</commons.checkstyle.version>
<commons.compiler.version>3.15.0</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 dacc0f3..65b2a24 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
org.apache.commons:commons-build-plugin from 1.16.0 to 1.16.1.</action>
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump
org.apache.commons:commons-release-plugin from 1.9.1 to 1.9.2.</action>
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump
maven-compiler-plugin from 3.14.1 to 3.15.0.</action>
+ <action type="update" dev="ggregory" due-to="Gary Gregory">Bump
com.puppycrawl.tools:checkstyle from 13.0.0 to 13.1.0 on Java 21 and
up.</action>
</release>
<release version="96" date="2026-01-17" description="This is a feature
and maintenance release. Java 8 or later is required.">
<!-- FIX -->