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/06/10 06:08:43 UTC

[commons-compress] branch master updated: Bump maven-pmd-plugin from 3.16.0 to 3.17.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 36c7da6c Bump maven-pmd-plugin from 3.16.0 to 3.17.0
36c7da6c is described below

commit 36c7da6cdbc2589f354ba18cfcd2f62e2ce5f563
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Jun 10 04:04:32 2022 +0000

    Bump maven-pmd-plugin from 3.16.0 to 3.17.0
    
    Bumps [maven-pmd-plugin](https://github.com/apache/maven-pmd-plugin) from 3.16.0 to 3.17.0.
    - [Release notes](https://github.com/apache/maven-pmd-plugin/releases)
    - [Commits](https://github.com/apache/maven-pmd-plugin/compare/maven-pmd-plugin-3.16.0...maven-pmd-plugin-3.17.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 5189da2e..c4331fa0 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.6.1</mockito.version>
-    <commons.pmd-plugin.version>3.16.0</commons.pmd-plugin.version>
+    <commons.pmd-plugin.version>3.17.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 527f6718..28dcdd7d 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.0 #221, #249, #288.
       </action>
       <action type="update" dev="ggregory" due-to="Gary Gregory, Dependabot">
-        Bump maven-pmd-plugin from 3.14.0 to 3.16.0.
+        Bump maven-pmd-plugin from 3.14.0 to 3.17.0 #296.
       </action>
       <action type="update" dev="kinow" due-to="Gary Gregory">
         Bump commons.japicmp.version from 0.15.3 to 0.15.7.