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 07:11:49 UTC

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


The following commit(s) were added to refs/heads/tobago-5.x by this push:
     new 10428e7  build(deps): bump maven-pmd-plugin from 3.15.0 to 3.16.0
10428e7 is described below

commit 10428e7f57f6f46bed5f6daf7efb182908031af3
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Feb 16 07:09:35 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 e1b1994..433fc8b 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 15 after release of version 15 (expected october 31, 2021) -->
     <checkstyle-rules.version>15</checkstyle-rules.version>