You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2022/11/29 18:39:22 UTC

[commons-compress] branch master updated: Bump pmd from 6.51.0 to 6.52.0

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 83da6a18 Bump pmd from 6.51.0 to 6.52.0
83da6a18 is described below

commit 83da6a1837b37d7b1f75667cc1b565ec69b3be14
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Tue Nov 29 13:39:17 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 225cb148..2c42b86f 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.22</commons.bc.version>
     <mockito.version>4.9.0</mockito.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.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 c03e0ac9..fe175c7e 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -48,7 +48,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.9.0 #328, #331.</action>
-      <action type="update" dev="ggregory" due-to="Gary Gregory">Bump pmd from 6.50.0 to 6.51.0.</action>
+      <action type="update" dev="ggregory" due-to="Gary Gregory">Bump pmd from 6.50.0 to 6.52.0.</action>
       <action type="update" dev="ggregory" due-to="Dependabot">Bump memoryfilesystem from 2.3.0 to 2.4.0 #330.</action>
       <action type="update" dev="kinow" due-to="Dependabot">Bump slf4j-api from 2.0.3 to 2.0.4 #329.</action>
     </release>