From 8d99d5f9bb44eb07f8799ae2ca67aa465b82dd5c Mon Sep 17 00:00:00 2001 From: Gary Gregory Date: Sat, 26 Nov 2022 07:26:28 -0500 Subject: [PATCH] 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 @@ 3.2.0 9.3 3.19.0 - 6.51.0 + 6.52.0 collections https://svn.apache.org/repos/infra/websites/production/commons/content/proper/commons-collections 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. - 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. Correct test of Collection toArray(Object[]) vs toArray() to optionally ignore array order.