You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by me...@apache.org on 2023/01/16 12:42:22 UTC

[myfaces-master-pom] branch main updated: Bump maven-pmd-plugin from 3.19.0 to 3.20.0 (#72)

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

melloware pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/myfaces-master-pom.git


The following commit(s) were added to refs/heads/main by this push:
     new 7493538  Bump maven-pmd-plugin from 3.19.0 to 3.20.0 (#72)
7493538 is described below

commit 7493538874020fd9bd38eec03e38992a17b36fc1
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Jan 16 07:42:17 2023 -0500

    Bump maven-pmd-plugin from 3.19.0 to 3.20.0 (#72)
    
    Bumps [maven-pmd-plugin](https://github.com/apache/maven-pmd-plugin) from 3.19.0 to 3.20.0.
    - [Release notes](https://github.com/apache/maven-pmd-plugin/releases)
    - [Commits](https://github.com/apache/maven-pmd-plugin/compare/maven-pmd-plugin-3.19.0...maven-pmd-plugin-3.20.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>
    
    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 e5c19f0..a19cb03 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1056,7 +1056,7 @@
             </plugin>
             <plugin>
                 <artifactId>maven-pmd-plugin</artifactId>
-                <version>3.19.0</version>
+                <version>3.20.0</version>
                 <configuration>
                     <rulesets>
                         <ruleset>/rulesets/basic.xml</ruleset>