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/06/06 21:11:35 UTC

[commons-functor] branch master updated: Bump maven-pmd-plugin from 3.15.0 to 3.17.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-functor.git


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

commit 338e251e22fea4d5dcd5a904bacd15e0c595596a
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Jun 6 20:08:05 2022 +0000

    Bump maven-pmd-plugin from 3.15.0 to 3.17.0
    
    Bumps [maven-pmd-plugin](https://github.com/apache/maven-pmd-plugin) from 3.15.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.15.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] <su...@github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 1c69348..f8c166f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -205,7 +205,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-pmd-plugin</artifactId>
-        <version>3.15.0</version>
+        <version>3.17.0</version>
         <configuration>
           <targetJdk>1.5</targetJdk>
         </configuration>