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-bcel.git
The following commit(s) were added to refs/heads/master by this push: new 70b0cfad Bump pmd from 6.51.0 to 6.52.0 70b0cfad is described below commit 70b0cfad8bb9f767604a187ace1c9d3822c634f0 Author: Gary David Gregory (Code signing key) <ggreg...@apache.org> AuthorDate: Sat Nov 26 07:22:32 2022 -0500 Bump pmd from 6.51.0 to 6.52.0 --- pom.xml | 2 +- src/changes/changes.xml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 85acf4e7..9787f443 100644 --- a/pom.xml +++ b/pom.xml @@ -76,7 +76,7 @@ <commons.spotbugs.impl.version>4.7.3</commons.spotbugs.impl.version> <commons.biz.aQute.bndlib.version>6.3.1</commons.biz.aQute.bndlib.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.junit.version>5.9.1</commons.junit.version> </properties> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 8bed5637..f75e3e42 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -115,6 +115,7 @@ The <action> type attribute can be add,update,fix,remove. <!-- UPDATE --> <action type="update" dev="ggregory" due-to="Gary Gregory">Bump spotbugs-maven-plugin from 4.7.2.2 to 4.7.3.0 #167.</action> <action type="update" dev="ggregory" due-to="Dependabot">Bump jmh.version from 1.35 to 1.36 #170.</action> + <action type="update" dev="ggregory" due-to="Gary Gregory">Bump pmd from 6.51.0 to 6.52.0.</action> </release> <release version="6.6.1" date="2022-10-29" description="Maintenance and bug fix release."> <!-- FIX -->