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 2021/11/02 06:55:48 UTC

[camel-k-runtime] 05/12: deps: update maven-pmd-plugin to v3.15.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

commit ec693847604d552fb8debd71fbdc0087e814e58b
Author: Luca Burgazzoli <lb...@gmail.com>
AuthorDate: Fri Oct 22 18:31:17 2021 +0200

    deps: update maven-pmd-plugin to v3.15.0
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 7b20123..0346df6 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.9.1</maven-site-plugin-version>
-        <maven-pmd-plugin-version>3.14.0</maven-pmd-plugin-version>
+        <maven-pmd-plugin-version>3.15.0</maven-pmd-plugin-version>
         <maven-plugin-plugin-version>3.6.1</maven-plugin-plugin-version>
         <maven-version>3.6.3</maven-version>
         <maven-plugin-tools-version>3.6.1</maven-plugin-tools-version>