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 2021/09/10 19:11:14 UTC

[commons-imaging] branch master updated: Bump maven-pmd-plugin from 3.14.0 to 3.15.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-imaging.git


The following commit(s) were added to refs/heads/master by this push:
     new 35a5b65  Bump maven-pmd-plugin from 3.14.0 to 3.15.0
35a5b65 is described below

commit 35a5b650faf80792f8a8560316237cec824a4a12
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Sep 10 17:21:50 2021 +0000

    Bump maven-pmd-plugin from 3.14.0 to 3.15.0
    
    Bumps [maven-pmd-plugin](https://github.com/apache/maven-pmd-plugin) from 3.14.0 to 3.15.0.
    - [Release notes](https://github.com/apache/maven-pmd-plugin/releases)
    - [Commits](https://github.com/apache/maven-pmd-plugin/compare/maven-pmd-plugin-3.14.0...maven-pmd-plugin-3.15.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 e6ac46e..2b287d4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -290,7 +290,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-pmd-plugin</artifactId>
-        <version>3.14.0</version>
+        <version>3.15.0</version>
         <configuration>
           <targetJdk>${maven.compiler.target}</targetJdk>
           <rulesets>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 9ebff1f..5a3019c 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -67,7 +67,7 @@ The <action> type attribute can be add,update,fix,remove.
         Bump spotbugs-maven-plugin from 4.0.4 to 4.3.0 #111 #115 #125 #129 #157.
       </action>
       <action dev="kinow" type="update" due-to="Dependabot">
-        Bump maven-pmd-plugin from 3.13.0 to 3.14.0 #109.
+        Bump maven-pmd-plugin from 3.13.0 to 3.15.0 #109 #166.
       </action>
       <action issue="IMAGING-216" dev="kinow" type="add" due-to="Gary Lucas">
         Imaging.getBufferedImage() drops alpha layer for TIFF images.