You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2022/02/16 08:46:08 UTC

[myfaces-tobago] branch tobago-4.x updated: build(deps): bump maven-pmd-plugin from 3.15.0 to 3.16.0

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

lofwyr 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 fc95f26  build(deps): bump maven-pmd-plugin from 3.15.0 to 3.16.0
fc95f26 is described below

commit fc95f26aef87f103add4576a1f49168357b8ad77
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Feb 16 08:40:18 2022 +0000

    build(deps): bump maven-pmd-plugin from 3.15.0 to 3.16.0
    
    Bumps [maven-pmd-plugin](https://github.com/apache/maven-pmd-plugin) from 3.15.0 to 3.16.0.
    - [Release notes](https://github.com/apache/maven-pmd-plugin/releases)
    - [Commits](https://github.com/apache/maven-pmd-plugin/compare/maven-pmd-plugin-3.15.0...maven-pmd-plugin-3.16.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 9989ea4..a4e774a 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.15.0</maven-pmd-plugin.version>
+    <maven-pmd-plugin.version>3.16.0</maven-pmd-plugin.version>
     <maven-checkstyle-plugin.version>3.0.0</maven-checkstyle-plugin.version>
     <!-- xxx set back to 14 after release of version 14 (expected may 30, 2021) -->
     <checkstyle-rules.version>15</checkstyle-rules.version>