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 1d5497ef Bump pmd from 6.60.0 to 6.51.0 1d5497ef is described below commit 1d5497ef9c327f6a6459015c861d2286e48d3a97 Author: Gary David Gregory (Code signing key) <ggreg...@apache.org> AuthorDate: Sat Oct 29 08:36:07 2022 -0400 Bump pmd from 6.60.0 to 6.51.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 58ac4b46..043498e6 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.50.0</commons.pmd-impl.version> + <commons.pmd-impl.version>6.51.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 f3a9b98e..60b72241 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -68,6 +68,7 @@ The <action> type attribute can be add,update,fix,remove. <!-- UPDATE --> <action type="update" dev="ggregory" due-to="Dependabot">Bump actions/setup-java from 3.5.1 to 3.6.0 #159.</action> <action type="update" dev="ggregory" due-to="Gary Gregory">Bump spotbugs from 4.7.2 to 4.7.3.</action> + <action type="update" dev="ggregory" due-to="Gary Gregory">Bump pmd from 6.50.0 to 6.51.0.</action> </release> <release version="6.6.0" date="2022-10-08" description="Minor feature and bug fix release."> <!-- FIX -->