You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by bo...@apache.org on 2021/02/11 14:43:42 UTC

[myfaces-tobago] branch tobago-4.x updated: chore(deps): bump maven-pmd-plugin from 3.8 to 3.14.0

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

bommel 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 209a1e1  chore(deps): bump maven-pmd-plugin from 3.8 to 3.14.0
209a1e1 is described below

commit 209a1e156a414bd0a4a1d27d7ac47cc3f4f05782
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Feb 11 14:34:29 2021 +0000

    chore(deps): bump maven-pmd-plugin from 3.8 to 3.14.0
    
    Bumps [maven-pmd-plugin](https://github.com/apache/maven-pmd-plugin) from 3.8 to 3.14.0.
    - [Release notes](https://github.com/apache/maven-pmd-plugin/releases)
    - [Commits](https://github.com/apache/maven-pmd-plugin/compare/maven-pmd-plugin-3.8...maven-pmd-plugin-3.14.0)
    
    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 9d48f1b..b092f33 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.8</maven-pmd-plugin.version>
+    <maven-pmd-plugin.version>3.14.0</maven-pmd-plugin.version>
     <maven-checkstyle-plugin.version>3.0.0</maven-checkstyle-plugin.version>
     <checkstyle-rules.version>13</checkstyle-rules.version>
   </properties>