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:44:01 UTC

[myfaces-tobago] branch tobago-4.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-4.x
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git


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

commit 65b5af23f7fcd9ec38cd5c33109afd9a6aaf5a48
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Jan 12 16:03:32 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 abfc8a841e..08291106de 100644
--- a/pom.xml
+++ b/pom.xml
@@ -50,7 +50,7 @@
     <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <required.maven.version>3.0.4</required.maven.version>
-    <maven-pmd-plugin.version>3.19.0</maven-pmd-plugin.version>
+    <maven-pmd-plugin.version>3.20.0</maven-pmd-plugin.version>
     <maven-checkstyle-plugin.version>3.1.2</maven-checkstyle-plugin.version>
     <junit-jupiter.version>5.9.2</junit-jupiter.version>
     <checkstyle-rules.version>21-SNAPSHOT</checkstyle-rules.version>