You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by lb...@apache.org on 2022/03/08 07:59:23 UTC

[camel-k-runtime] branch main 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.

lburgazzoli pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git


The following commit(s) were added to refs/heads/main by this push:
     new a5e57c1  build(deps): bump maven-pmd-plugin from 3.15.0 to 3.16.0
a5e57c1 is described below

commit a5e57c152b5f628baafb43059b9ea8713cfce393
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue Mar 8 06:50:43 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 ea22fc3..a0c4cdc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -81,7 +81,7 @@
         <maven-enforcer-plugin-version>3.0.0</maven-enforcer-plugin-version>
         <maven-resources-plugin-version>3.2.0</maven-resources-plugin-version>
         <maven-site-plugin-version>3.10.0</maven-site-plugin-version>
-        <maven-pmd-plugin-version>3.15.0</maven-pmd-plugin-version>
+        <maven-pmd-plugin-version>3.16.0</maven-pmd-plugin-version>
         <maven-pmd-plugin-asm-version>9.2</maven-pmd-plugin-asm-version>
         <maven-plugin-plugin-version>3.6.4</maven-plugin-plugin-version>
         <maven-version>3.6.3</maven-version>