You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ki...@apache.org on 2022/09/09 05:08:59 UTC

[commons-compress] branch master updated: Bump maven-pmd-plugin from 3.18.0 to 3.19.0

This is an automated email from the ASF dual-hosted git repository.

kinow 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 c035deb7 Bump maven-pmd-plugin from 3.18.0 to 3.19.0
c035deb7 is described below

commit c035deb72c2b22000d2d6a8c8dd3e3e6207c3bd8
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Sep 9 04:02:43 2022 +0000

    Bump maven-pmd-plugin from 3.18.0 to 3.19.0
    
    Bumps [maven-pmd-plugin](https://github.com/apache/maven-pmd-plugin) from 3.18.0 to 3.19.0.
    - [Release notes](https://github.com/apache/maven-pmd-plugin/releases)
    - [Commits](https://github.com/apache/maven-pmd-plugin/compare/maven-pmd-plugin-3.18.0...maven-pmd-plugin-3.19.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.plugins:maven-pmd-plugin
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 7e079a6f..14a20f6d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -52,7 +52,7 @@ Brotli, Zstandard and ar, cpio, jar, tar, zip, dump, 7z, arj.
     <!-- old version used by japicmp -->
     <commons.bc.version>1.21</commons.bc.version>
     <mockito.version>4.7.0</mockito.version>
-    <commons.pmd-plugin.version>3.18.0</commons.pmd-plugin.version>
+    <commons.pmd-plugin.version>3.19.0</commons.pmd-plugin.version>
 
     <commons.manifestlocation>${project.build.outputDirectory}/META-INF</commons.manifestlocation>
     <commons.manifestfile>${commons.manifestlocation}/MANIFEST.MF</commons.manifestfile>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 61c20b2d..f50dfa1a 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -168,7 +168,7 @@ The <action> type attribute can be add,update,fix,remove.
         Bump maven-javadoc-plugin from 3.3.0 to 3.4.1 #221, #249, #288, #308.
       </action>
       <action type="update" dev="ggregory" due-to="Gary Gregory, Dependabot">
-        Bump maven-pmd-plugin from 3.14.0 to 3.18.0 #296, #309.
+        Bump maven-pmd-plugin from 3.14.0 to 3.19.0 #296, #309, #311.
       </action>
       <action type="update" dev="kinow" due-to="Gary Gregory">
         Bump commons.japicmp.version from 0.15.3 to 0.15.7.