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/08/26 09:57:31 UTC

[commons-compress] branch master updated: Bump maven-pmd-plugin from 3.17.0 to 3.18.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 febfecd3 Bump maven-pmd-plugin from 3.17.0 to 3.18.0
febfecd3 is described below

commit febfecd3038d79fce5c7ff51ab48353293c7fe76
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Aug 26 04:02:19 2022 +0000

    Bump maven-pmd-plugin from 3.17.0 to 3.18.0
    
    Bumps [maven-pmd-plugin](https://github.com/apache/maven-pmd-plugin) from 3.17.0 to 3.18.0.
    - [Release notes](https://github.com/apache/maven-pmd-plugin/releases)
    - [Commits](https://github.com/apache/maven-pmd-plugin/compare/maven-pmd-plugin-3.17.0...maven-pmd-plugin-3.18.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 936ed815..7e079a6f 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.17.0</commons.pmd-plugin.version>
+    <commons.pmd-plugin.version>3.18.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 27eb3691..7d5ad345 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.17.0 #296.
+        Bump maven-pmd-plugin from 3.14.0 to 3.18.0 #296, #309.
       </action>
       <action type="update" dev="kinow" due-to="Gary Gregory">
         Bump commons.japicmp.version from 0.15.3 to 0.15.7.