You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by hn...@apache.org on 2023/01/13 07:43:17 UTC

[myfaces-tobago] branch tobago-2.x updated: build(deps): bump maven-pmd-plugin from 3.19.0 to 3.20.0

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

hnoeth pushed a commit to branch tobago-2.x
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git


The following commit(s) were added to refs/heads/tobago-2.x by this push:
     new ddd22e5892 build(deps): bump maven-pmd-plugin from 3.19.0 to 3.20.0
ddd22e5892 is described below

commit ddd22e58929951281756930dd41d5085d6ebae8e
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Jan 12 16:10:46 2023 +0000

    build(deps): bump maven-pmd-plugin from 3.19.0 to 3.20.0
    
    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>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index aa4018909c..3db43535e2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -550,7 +550,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-pmd-plugin</artifactId>
-          <version>3.19.0</version>
+          <version>3.20.0</version>
         </plugin>
         <plugin>
           <groupId>org.codehaus.mojo</groupId>