Bump pmd from 6.51.0 to 6.52.0

This commit is contained in:
Gary Gregory 2022-11-26 07:26:28 -05:00
parent 5a5d0cb5ed
commit 8d99d5f9bb
2 changed files with 2 additions and 2 deletions

View File

@ -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>

View File

@ -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.