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 22:48:01 UTC

[commons-collections] 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-collections.git


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

commit e0f75108f2612288a1e04552d88c1ccc64049eb3
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Jun 10 12:02:30 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 cd58814c9..d638f71e1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -786,7 +786,7 @@
       </plugin>
       <plugin>
         <artifactId>maven-pmd-plugin</artifactId>
-        <version>3.16.0</version>
+        <version>3.17.0</version>
         <configuration>
           <targetJdk>${maven.compiler.target}</targetJdk>
         </configuration>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 0baaa8c16..27b6cac57 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -266,7 +266,7 @@
       Update tests from commons-io:commons-io 2.6 to 2.11.0 #180.
     </action>
     <action type="update" dev="ggregory" due-to="Dependabot">
-      Update maven-pmd-plugin from 3.12.0 to 3.15.0 #167 #196 #253.
+      Update maven-pmd-plugin from 3.12.0 to 3.17.0 #167, #196, #253, #311.
     </action>
     <action type="update" dev="ggregory" due-to="Gary Gregory">
       Update optional commons-codec from 1.14 to 1.15.