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:49:13 UTC

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


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

commit 1681370dd63aa1ee0d452e9fd14ea1aa1e5717cf
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Jun 10 12:02:32 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 4c9e9b6d..818f39b2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -420,7 +420,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 a84f7dbd..1bbdcb05 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -99,7 +99,7 @@ The <action> type attribute can be add,update,fix,remove.
       Bump checkstyle from 8.45.1 to 9.3 #97, #104, #111, #121, #126, #132.
     </action>
     <action dev="ggregory" type="update" due-to="Dependabot">
-      Bump maven-pmd-plugin from 3.14.0 to 3.15.0 #101.
+      Bump maven-pmd-plugin from 3.14.0 to 3.17.0 #101, #153.
     </action>
     <action dev="ggregory" type="update" due-to="Dependabot">
       Bump biz.aQute.bndlib from 5.3.0 to 6.3.1 #105, #118, #135, #151, #154.