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-pool.git
The following commit(s) were added to refs/heads/master by this push: new 512fdc4d Bump pmd from 6.51.0 to 6.52.0 512fdc4d is described below commit 512fdc4dca3afdc0de522107bb89c09ffe4914a7 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sat Nov 26 13:16:48 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 e2ff6ab5..c02b56db 100644 --- a/pom.xml +++ b/pom.xml @@ -194,7 +194,7 @@ <spotbugs.plugin.version>4.7.3.0</spotbugs.plugin.version> <spotbugs.impl.version>4.7.3</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> <!-- Commons Release Plugin --> <commons.bc.version>2.11.1</commons.bc.version> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 328dd606..8c61d4d9 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -114,7 +114,7 @@ The <action> type attribute can be add,update,fix,remove. Bump maven-pmd-plugin from 3.14.0 to 3.19.0 #101, #153, #170. </action> <action dev="ggregory" type="update" due-to="Gary Gregory"> - Bump pmd from 6.44.0 to 6.51.0. + Bump pmd from 6.44.0 to 6.52.0. </action> <action dev="ggregory" type="update" due-to="Dependabot"> Bump biz.aQute.bndlib from 5.3.0 to 6.3.1 #105, #118, #135, #151, #154.