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-collections.git
The following commit(s) were added to refs/heads/master by this push: new 8d99d5f9b Bump pmd from 6.51.0 to 6.52.0 new 8279d9ba4 Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-collections.git 8d99d5f9b is described below commit 8d99d5f9bb44eb07f8799ae2ca67aa465b82dd5c Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sat Nov 26 07:26:28 2022 -0500 Bump pmd from 6.51.0 to 6.52.0 --- pom.xml | 2 +- src/changes/changes.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 42877787d..e687f2557 100644 --- a/pom.xml +++ b/pom.xml @@ -576,7 +576,7 @@ <checkstyle.version>3.2.0</checkstyle.version> <checkstyle.dep.version>9.3</checkstyle.dep.version> <commons.pmd.version>3.19.0</commons.pmd.version> - <commons.pmd-impl.version>6.51.0</commons.pmd-impl.version> + <commons.pmd-impl.version>6.52.0</commons.pmd-impl.version> <commons.site.path>collections</commons.site.path> <commons.scmPubUrl>https://svn.apache.org/repos/infra/websites/production/commons/content/proper/commons-collections</commons.scmPubUrl> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 49e5b6cc4..a37bb9c6f 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -328,7 +328,7 @@ Bump japicmp from 0.15.4 to 0.16.0. </action> <action type="update" dev="kinow" due-to="Dependabot, Gary Gregory"> - Bump commons.pmd-impl.version from 6.46.0 to 6.51.0 #318, #327, #333, #347. + Bump pmd from 6.46.0 to 6.52.0 #318, #327, #333, #347. </action> <action type="update" dev="aherbert" due-to="Partha Protim Paul"> Correct test of Collection toArray(Object[]) vs toArray() to optionally ignore array order.