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 2022/02/25 17:52:30 UTC

[commons-lang] branch master updated: Bump maven-pmd-plugin from 3.15.0 to 3.16.0 (#858)

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


The following commit(s) were added to refs/heads/master by this push:
     new 9eb3a0d  Bump maven-pmd-plugin from 3.15.0 to 3.16.0 (#858)
9eb3a0d is described below

commit 9eb3a0d6e3114c8e53dd84d5f57e2b3a09693954
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Feb 25 12:52:24 2022 -0500

    Bump maven-pmd-plugin from 3.15.0 to 3.16.0 (#858)
    
    Bumps [maven-pmd-plugin](https://github.com/apache/maven-pmd-plugin) from 3.15.0 to 3.16.0.
    - [Release notes](https://github.com/apache/maven-pmd-plugin/releases)
    - [Commits](https://github.com/apache/maven-pmd-plugin/compare/maven-pmd-plugin-3.15.0...maven-pmd-plugin-3.16.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>
    
    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 97bd4ef..aeab4a2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -651,7 +651,7 @@
     <commons.surefire.version>3.0.0-M5</commons.surefire.version>
     <commons.javadoc.version>3.3.2</commons.javadoc.version>
     <commons.japicmp.version>0.15.4</commons.japicmp.version>
-    <commons.pmd.version>3.15.0</commons.pmd.version>
+    <commons.pmd.version>3.16.0</commons.pmd.version>
     <commons.pmd-impl.version>6.42.0</commons.pmd-impl.version>
     <commons.felix.version>5.1.2</commons.felix.version>
     <biz.aQute.bndlib.version>6.1.0</biz.aQute.bndlib.version>