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/09/09 23:41:01 UTC

[commons-lang] branch master updated: Bump maven-pmd-plugin from 3.18.0 to 3.19.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-lang.git


The following commit(s) were added to refs/heads/master by this push:
     new 39ddd1c6c Bump maven-pmd-plugin from 3.18.0 to 3.19.0
39ddd1c6c is described below

commit 39ddd1c6cd6e788a92e1ea5328e9da800c66e3e1
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Sep 9 15:04:24 2022 +0000

    Bump maven-pmd-plugin from 3.18.0 to 3.19.0
    
    Bumps [maven-pmd-plugin](https://github.com/apache/maven-pmd-plugin) from 3.18.0 to 3.19.0.
    - [Release notes](https://github.com/apache/maven-pmd-plugin/releases)
    - [Commits](https://github.com/apache/maven-pmd-plugin/compare/maven-pmd-plugin-3.18.0...maven-pmd-plugin-3.19.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 43c6f8d72..ed44353e2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -651,7 +651,7 @@
     <commons.surefire.version>3.0.0-M7</commons.surefire.version>
     <commons.javadoc.version>3.4.1</commons.javadoc.version>
     <commons.japicmp.version>0.15.7</commons.japicmp.version>
-    <commons.pmd.version>3.18.0</commons.pmd.version>
+    <commons.pmd.version>3.19.0</commons.pmd.version>
     <commons.pmd-impl.version>6.49.0</commons.pmd-impl.version>
     <commons.felix.version>5.1.2</commons.felix.version>
     <commons.biz.aQute.bndlib.version>6.3.1</commons.biz.aQute.bndlib.version>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 651eac77d..8309530e6 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -191,7 +191,7 @@ The <action> type attribute can be add,update,fix,remove.
     <action                   type="update" dev="ggregory" due-to="Dependabot">Bump junit-bom from 5.7.1 to 5.9.0 #761, #805, #807, #836, #928.</action>
     <action                   type="update" dev="ggregory" due-to="Dependabot, Gary Gregory">Bump maven-javadoc-plugin from 3.2.0 to 3.4.1.</action>
     <action                   type="update" dev="ggregory" due-to="Dependabot">Bump jmh.version from 1.27 to 1.35 #794, #842, #872.</action>
-    <action                   type="update" dev="ggregory" due-to="Dependabot">Bump maven-pmd-plugin from 3.14.0 to 3.18.0 #802, #858, #909.</action>
+    <action                   type="update" dev="ggregory" due-to="Dependabot">Bump maven-pmd-plugin from 3.14.0 to 3.19.0 #802, #858, #909, #948.</action>
     <action                   type="update" dev="ggregory" due-to="Dependabot">Bump pmd from 6.40.0 to 6.49.0 #837, #861, #873, #905, #915, #932, #944.</action>
     <action                   type="update" dev="ggregory" due-to="Dependabot, Gary Gregory">Bump biz.aQute.bndlib from 5.3.0 to 6.3.1 #814, #835.</action>
     <action                   type="update" dev="ggregory" due-to="Dependabot">Bump maven-bundle-plugin from 5.1.1 to 5.1.2.</action>