You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2021/12/27 19:50:36 UTC

[commons-codec] branch master updated: Bump maven-pmd-plugin from 3.14.0 to 3.15.0 (#93)

This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-codec.git


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

commit 59731e2c7e0a8c8ae442357a65fbd7e345e84ac6
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Dec 27 13:41:00 2021 -0500

    Bump maven-pmd-plugin from 3.14.0 to 3.15.0 (#93)
    
    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>
    
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index ca363d6..7a44ef4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -264,7 +264,7 @@ limitations under the License.
     <commons.javadoc.version>3.3.0</commons.javadoc.version>
     <commons.surefire-report.version>3.0.0-M5</commons.surefire-report.version>
     <commons.animal-sniffer.version>1.20</commons.animal-sniffer.version>
-    <commons.pmd.version>3.14.0</commons.pmd.version>
+    <commons.pmd.version>3.15.0</commons.pmd.version>
     <japicmp.skip>false</japicmp.skip>
     <jacoco.skip>false</jacoco.skip>
     <clirr.skip>true</clirr.skip>