You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by pc...@apache.org on 2023/12/14 09:02:54 UTC

(camel-k-runtime) branch main updated: build(deps): bump org.apache.maven.plugins:maven-pmd-plugin

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

pcongiusti 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 dd147515 build(deps): bump org.apache.maven.plugins:maven-pmd-plugin
dd147515 is described below

commit dd14751522c6693d97e5e0f2f72de91b3fa8460a
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Dec 13 20:25:21 2023 +0000

    build(deps): bump org.apache.maven.plugins:maven-pmd-plugin
    
    Bumps [org.apache.maven.plugins:maven-pmd-plugin](https://github.com/apache/maven-pmd-plugin) from 3.20.0 to 3.21.2.
    - [Release notes](https://github.com/apache/maven-pmd-plugin/releases)
    - [Commits](https://github.com/apache/maven-pmd-plugin/compare/maven-pmd-plugin-3.20.0...maven-pmd-plugin-3.21.2)
    
    ---
    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 a6c03055..03e8f5aa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -82,7 +82,7 @@
         <maven-enforcer-plugin-version>3.3.0</maven-enforcer-plugin-version>
         <maven-resources-plugin-version>3.3.1</maven-resources-plugin-version>
         <maven-site-plugin-version>3.12.1</maven-site-plugin-version>
-        <maven-pmd-plugin-version>3.20.0</maven-pmd-plugin-version>
+        <maven-pmd-plugin-version>3.21.2</maven-pmd-plugin-version>
         <maven-pmd-plugin-asm-version>9.6</maven-pmd-plugin-asm-version>
         <maven-pmd-plugin-shared-utils-version>3.3.3</maven-pmd-plugin-shared-utils-version>
         <maven-plugin-plugin-version>3.10.2</maven-plugin-plugin-version>