diff --git a/pom.xml b/pom.xml
index f55640580..53b818fc5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -591,7 +591,7 @@
3.2.0
9.3
3.19.0
- 6.50.0
+ 6.51.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 c3f621e11..9ef14616e 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -318,8 +318,8 @@
Bump japicmp from 0.15.4 to 0.16.0.
-
- Bump commons.pmd-impl.version from 6.46.0 to 6.50.0 #318, #327, #333, #347.
+
+ Bump commons.pmd-impl.version from 6.46.0 to 6.51.0 #318, #327, #333, #347.
Correct test of Collection toArray(Object[]) vs toArray() to optionally ignore array order.