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-configuration.git
The following commit(s) were added to refs/heads/master by this push: new 5dc92b4b Bump pmd from 6.51.0 to 6.52.0 5dc92b4b is described below commit 5dc92b4bea84b34228fa77436f0d81d9493f91f6 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sat Nov 26 07:38:37 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 96c73dea..d68064da 100644 --- a/pom.xml +++ b/pom.xml @@ -565,7 +565,7 @@ <commons.spotbugs.version>4.7.3.0</commons.spotbugs.version> <commons.spotbugs.impl.version>4.7.2</commons.spotbugs.impl.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> <!-- apache-rat-plugin 0.13 and jdepend-maven-plugin 2.0 both fail with LinkageError when generating reports with maven site plugin 3.11+. However, javadoc 3.4.0+ fails with site plugin versions lower than 3.11. So, we'll diff --git a/src/changes/changes.xml b/src/changes/changes.xml index b5f4ec2e..a58fa551 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -77,7 +77,7 @@ Bump maven-pmd-plugin 3.17.0 to 3.19.0. </action> <action type="update" dev="ggregory" due-to="Gary Gregory"> - Bump pmd from 6.47.0 to 6.51.0. + Bump pmd from 6.47.0 to 6.52.0. </action> <action type="update" dev="kinow" due-to="Dependabot"> Bump snakeyaml from 1.30 to 1.33 #203, #212, #219.