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


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

commit 4489cf4aec420dc003fcd359f0c2888d60b955a0
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Jun 24 07:45:05 2022 -0400

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

diff --git a/pom.xml b/pom.xml
index a2142fb..cfe49bb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -358,7 +358,7 @@
       </plugin>
       <plugin>
         <artifactId>maven-pmd-plugin</artifactId>
-        <version>3.16.0</version>
+        <version>3.17.0</version>
         <configuration>
           <targetJdk>${maven.compiler.target}</targetJdk>
         </configuration>

Reply via email to