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 2020/08/21 14:22:23 UTC

[commons-compress] branch master updated: Bump maven-pmd-plugin from 3.12.0 to 3.13.0 (#115)

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 04f1725  Bump maven-pmd-plugin from 3.12.0 to 3.13.0 (#115)
04f1725 is described below

commit 04f172543b3a5464e0d7d535df01929381196ec3
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Aug 21 10:22:15 2020 -0400

    Bump maven-pmd-plugin from 3.12.0 to 3.13.0 (#115)
    
    Bumps [maven-pmd-plugin](https://github.com/apache/maven-pmd-plugin) from 3.12.0 to 3.13.0.
    - [Release notes](https://github.com/apache/maven-pmd-plugin/releases)
    - [Commits](https://github.com/apache/maven-pmd-plugin/compare/maven-pmd-plugin-3.12.0...maven-pmd-plugin-3.13.0)
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 7418f12..e612af0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -53,7 +53,7 @@ Brotli, Zstandard and ar, cpio, jar, tar, zip, dump, 7z, arj.
     <!-- old version used by japicmp -->
     <commons.bc.version>1.20</commons.bc.version>
     <mockito.version>1.10.19</mockito.version>
-    <commons.pmd-plugin.version>3.12.0</commons.pmd-plugin.version>
+    <commons.pmd-plugin.version>3.13.0</commons.pmd-plugin.version>
 
     <commons.manifestlocation>${project.build.outputDirectory}/META-INF</commons.manifestlocation>
     <commons.manifestfile>${commons.manifestlocation}/MANIFEST.MF</commons.manifestfile>