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 fc9f5cd7 Bump pmd from 6.50.0 to 6.51.0. fc9f5cd7 is described below commit fc9f5cd779e2327ed124d7f5400bd9cbb4c4cbd3 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Fri Nov 4 17:08:02 2022 -0400 Bump pmd from 6.50.0 to 6.51.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 5bbe3b92..8c1512ea 100644 --- a/pom.xml +++ b/pom.xml @@ -565,7 +565,7 @@ <commons.spotbugs.version>4.7.2.1</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.50.0</commons.pmd-impl.version> + <commons.pmd-impl.version>6.51.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 e9064604..cde85837 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -71,7 +71,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.50.0. + Bump pmd from 6.47.0 to 6.51.0. </action> <action type="update" dev="kinow" due-to="Dependabot"> Bump snakeyaml from 1.30 to 1.33 #203, #212, #219.