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 c4fb5b4 Bump com.puppycrawl.tools:checkstyle from 10.12.4 on 10.12.5
when on Java 11 and up
c4fb5b4 is described below
commit c4fb5b4a8fbc4c784da3678e875c3bab87c9e5f0
Author: Gary Gregory <[email protected]>
AuthorDate: Tue Nov 14 10:43:57 2023 -0500
Bump com.puppycrawl.tools:checkstyle from 10.12.4 on 10.12.5 when on
Java 11 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 a85a9e0..58b44c3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1848,7 +1848,7 @@
<jdk>[11,)</jdk>
</activation>
<properties>
- <commons.checkstyle.version>10.12.4</commons.checkstyle.version>
+ <commons.checkstyle.version>10.12.5</commons.checkstyle.version>
</properties>
</profile>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 744763f..0435998 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -83,6 +83,7 @@ The <action> type attribute can be add,update,fix,remove.
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump
maven-surefire-plugin from 3.2.1 to 3.2.2.</action>
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump
maven-surefire-report-plugin from 3.2.1 to 3.2.2.</action>
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump
org.apache:apache from 30 to 31.</action>
+ <action type="update" dev="ggregory" due-to="Gary Gregory">Bump
com.puppycrawl.tools:checkstyle from 10.12.4 on 10.12.5 when on Java 11 and
up.</action>
</release>
<release version="64" date="2023-10-06" description="Version 64:
Maintenance and update dependencies">
<!-- FIX -->