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


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

commit 1227d0da91c1941f692c73130946fa54a9c27fe0
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Jun 10 12:02:27 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                 | 2 +-
 src/changes/changes.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index e675f7ee..60b5c296 100644
--- a/pom.xml
+++ b/pom.xml
@@ -171,7 +171,7 @@
     
<checkstyle.suppress.file>${basedir}/src/site/resources/checkstyle/checkstyle-suppressions.xml</checkstyle.suppress.file>
     <checkstyle.resourceExcludes>LICENSE.txt, NOTICE.txt, 
**/maven-archiver/pom.properties</checkstyle.resourceExcludes>
 
-    <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.jacoco.version>0.8.8</commons.jacoco.version>
     <commons.spotbugs.version>4.7.0.0</commons.spotbugs.version>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index d5d9aba5..3d4fa406 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -61,7 +61,7 @@
       <action                 type="update" dev="ggregory" 
due-to="Dependabot">Bump jmh-generator-annprocess from 1.32 to 1.35 #175, #206, 
#226.</action>
       <action                 type="update" dev="ggregory" due-to="Dependabot, 
Gary Gregory">Bump commons.pmd-impl.version from 6.36.0 to 6.45.0 #173, #189, 
#193, #199, #227, #233.</action>
       <action                 type="update" dev="ggregory" due-to="Dependabot, 
Gary Gregory">Bump mockito-core from 3.11.2 to 4.6.1 #187, #197, #204, #212, 
#230, #237.</action>
-      <action                 type="update" dev="ggregory" 
due-to="Dependabot">Bump maven-pmd-plugin from 3.14.0 to 3.16.0 #184, 
#219.</action>
+      <action                 type="update" dev="ggregory" 
due-to="Dependabot">Bump maven-pmd-plugin from 3.14.0 to 3.17.0 #184, #219, 
#238.</action>
       <action                 type="update" dev="ggregory" 
due-to="Dependabot">Bump commons.pmd-impl.version from 6.41.0 to 6.46.0 #214, 
#236.</action>
       <action                 type="update" dev="ggregory" due-to="Gary 
Gregory">Bump opencsv from 5.5.1 to 5.6 #182, #221.</action>
       <action                 type="update" dev="ggregory" 
due-to="Dependabot">Bump spotbugs-maven-plugin from 4.3.0 to 4.7.0.0 #192, 
#198, #203, #211, #225, #234.</action>

Reply via email to