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


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

commit ec0ff34c44a8bc7a85dcdafc7fe446c2d7d15955
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Jun 10 20:03:47 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] <supp...@github.com>
---
 pom.xml                 | 4 ++--
 src/changes/changes.xml | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index cb9c06f4..7932ebfd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -52,7 +52,7 @@
 
     <commons.spotbugs.plugin.version>4.7.0.0</commons.spotbugs.plugin.version>
     <commons.spotbugs.impl.version>4.7.0</commons.spotbugs.impl.version>
-    <commons.pmd.version>3.16.0</commons.pmd.version>
+    <commons.pmd.version>3.17.0</commons.pmd.version>
     <commons.pmd-impl.version>6.46.0</commons.pmd-impl.version>
 
     <commons.mockito.version>4.6.1</commons.mockito.version>
@@ -324,7 +324,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 9e35b650..fe5a45ce 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -86,7 +86,7 @@ The <action> type attribute can be add,update,fix,remove.
     <action                  type="update" dev="kinow" due-to="Dependabot, 
Gary Gregory">Bump assertj-core from 3.16.1 to 3.23.1 #151, #157, #160, #178, 
#184, #199, #244, #267, #294.</action>
     <action                  type="update" dev="kinow" due-to="Dependabot, 
Gary Gregory">Bump commons-io from 2.7 to 2.11.0 #161 #251.</action>
     <action                  type="update" dev="kinow" due-to="Dependabot, 
Gary Gregory">Bump commons-parent from 51 to 53 #145.</action>
-    <action                  type="update" dev="kinow" 
due-to="Dependabot">Bump maven-pmd-plugin from 3.13.0 to 3.16.0 #186, #263, 
#302.</action>
+    <action                  type="update" dev="kinow" 
due-to="Dependabot">Bump maven-pmd-plugin from 3.13.0 to 3.17.0 #186, #263, 
#302, #334.</action>
     <action                  type="update" dev="kinow" due-to="Gary 
Gregory">Bump pmd from 6.42.0 to 6.46.0.</action>
     <action                  type="update" dev="ggregory" 
due-to="Dependabot">Bump graalvm.version from 20.2.0 to 22.0.0.2 #185, #198, 
#206, #227, #252, #276, #295, #300.</action>
     <action                  type="update" dev="ggregory" due-to="Gary 
Gregory">Bump commons.japicmp.version from 0.14.3 to 0.15.3.</action>

Reply via email to