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 2023/01/13 14:50:38 UTC

[commons-parent] branch master updated: Bump maven-pmd-plugin from 3.19.0 to 3.20.0 (#206)

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-parent.git


The following commit(s) were added to refs/heads/master by this push:
     new 861967a  Bump maven-pmd-plugin from 3.19.0 to 3.20.0 (#206)
861967a is described below

commit 861967a1a23149283f53d4302e1ac08537c6ed5b
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Jan 13 09:50:33 2023 -0500

    Bump maven-pmd-plugin from 3.19.0 to 3.20.0 (#206)
    
    Bumps [maven-pmd-plugin](https://github.com/apache/maven-pmd-plugin) from 3.19.0 to 3.20.0.
    - [Release notes](https://github.com/apache/maven-pmd-plugin/releases)
    - [Commits](https://github.com/apache/maven-pmd-plugin/compare/maven-pmd-plugin-3.19.0...maven-pmd-plugin-3.20.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>
    
    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 18a9be6..d8d3683 100644
--- a/pom.xml
+++ b/pom.xml
@@ -142,7 +142,7 @@
     <commons.jar-plugin.version>3.3.0</commons.jar-plugin.version>
     <commons.javadoc.version>3.4.1</commons.javadoc.version>
     <commons.jxr.version>3.3.0</commons.jxr.version>
-    <commons.pmd.version>3.19.0</commons.pmd.version>
+    <commons.pmd.version>3.20.0</commons.pmd.version>
     <commons.pmd-impl.version>6.53.0</commons.pmd-impl.version>
     <commons.project-info.version>3.4.1</commons.project-info.version>
     <commons.rat.version>0.15</commons.rat.version>