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 10:58:01 UTC

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


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

commit d9fef066550f4108c2f9064b0dbd280758d02393
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Sep 9 08:02:41 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 321a66a..123beee 100644
--- a/pom.xml
+++ b/pom.xml
@@ -553,7 +553,7 @@
       </plugin>
       <plugin>
         <artifactId>maven-pmd-plugin</artifactId>
-        <version>3.18.0</version>
+        <version>3.19.0</version>
         <configuration>
           <targetJdk>${maven.compiler.target}</targetJdk>
         </configuration>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 7b0bbf1..41afab8 100755
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -40,7 +40,7 @@
       <action type="update" dev="kinow" due-to="Dependabot">Bump plexus-velocity from 1.3 to 2.0 #116.</action>
       <action type="update" dev="ggregory" due-to="Dependabot">Bump maven-scm.version from 1.12.2 to 1.13.0 #117.</action>
       <action type="update" dev="kinow" due-to="Dependabot">Bump maven.dependency.version from 3.8.5 to 3.8.6 #120.</action>
-      <action type="update" dev="ggregory" due-to="Dependabot">Bump maven-pmd-plugin from 3.16.0 to 3.18.0 #119, #129.</action>
+      <action type="update" dev="ggregory" due-to="Dependabot">Bump maven-pmd-plugin from 3.16.0 to 3.19.0 #119, #129, #135.</action>
       <action type="update" dev="kinow" due-to="Dependabot">Bump junit-vintage-engine from 5.8.2 to 5.9.0 #125.</action>
       <action type="update" dev="kinow" due-to="Dependabot">Bump spotbugs-maven-plugin from 4.7.1.0 to 4.7.1.1 #124.</action>
       <action type="update" dev="kinow" due-to="Dependabot">Bump maven-checkstyle-plugin from 3.1.2 to 3.2.0 #130.</action>