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 107fbd6c1 Bump pmd from 6.50.0 to 6.51.0 107fbd6c1 is described below commit 107fbd6c1f2062b525667845d47fa20a4d27d4f0 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sun Oct 30 11:55:27 2022 -0400 Bump pmd from 6.50.0 to 6.51.0 --- pom.xml | 2 +- src/changes/changes.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index f55640580..53b818fc5 100644 --- a/pom.xml +++ b/pom.xml @@ -591,7 +591,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.50.0</commons.pmd-impl.version> + <commons.pmd-impl.version>6.51.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 c3f621e11..9ef14616e 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -318,8 +318,8 @@ <action type="update" dev="kinow" due-to="Dependabot"> Bump japicmp from 0.15.4 to 0.16.0. </action> - <action type="update" dev="kinow" due-to="Dependabot"> - Bump commons.pmd-impl.version from 6.46.0 to 6.50.0 #318, #327, #333, #347. + <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. </action> <action type="update" dev="aherbert" due-to="Partha Protim Paul"> Correct test of Collection toArray(Object[]) vs toArray() to optionally ignore array order.