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-compress.git
The following commit(s) were added to refs/heads/master by this push: new 844a2992 Bump pmd from 6.50.0 to 6.51.0. 844a2992 is described below commit 844a2992e914d77e0c88d26625a57914bb19a30a Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Fri Nov 4 17:05:31 2022 -0400 Bump pmd from 6.50.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 0829121b..4b89c22e 100644 --- a/pom.xml +++ b/pom.xml @@ -53,7 +53,7 @@ Brotli, Zstandard and ar, cpio, jar, tar, zip, dump, 7z, arj. <commons.bc.version>1.21</commons.bc.version> <mockito.version>4.8.1</mockito.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.release.isDistModule>true</commons.release.isDistModule> <commons.distSvnStagingUrl>scm:svn:https://dist.apache.org/repos/dist/dev/commons/${commons.componentid}</commons.distSvnStagingUrl> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 929a26a0..9ec36c7e 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -47,6 +47,7 @@ The <action> type attribute can be add,update,fix,remove. <!-- ADD --> <!-- UPDATE --> <action type="update" dev="ggregory" due-to="Dependabot">Bump mockito.version from 4.8.0 to 4.8.1 #328.</action> + <action type="update" dev="ggregory" due-to="Gary Gregory">Bump pmd from 6.50.0 to 6.51.0.</action> </release> <release version="1.22" date="2022-11-01"> <!-- FIX -->