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/08/25 15:59:27 UTC

[camel-k-runtime] 01/02: build(deps): bump maven-pmd-plugin from 3.17.0 to 3.18.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 6132f35424a88993a50d0b599f1012f6bad73bf4
Author: Luca Burgazzoli <lb...@gmail.com>
AuthorDate: Thu Aug 25 14:53:59 2022 +0200

    build(deps): bump maven-pmd-plugin from 3.17.0 to 3.18.0
---
 pom.xml | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index e1cedbe3..321564a0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -77,8 +77,9 @@
         <maven-enforcer-plugin-version>3.1.0</maven-enforcer-plugin-version>
         <maven-resources-plugin-version>3.3.0</maven-resources-plugin-version>
         <maven-site-plugin-version>3.12.1</maven-site-plugin-version>
-        <maven-pmd-plugin-version>3.17.0</maven-pmd-plugin-version>
+        <maven-pmd-plugin-version>3.18.0</maven-pmd-plugin-version>
         <maven-pmd-plugin-asm-version>9.3</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.6.4</maven-plugin-plugin-version>
         <maven-version>3.6.3</maven-version>
         <maven-plugin-tools-version>3.6.4</maven-plugin-tools-version>
@@ -926,6 +927,11 @@
                                 <artifactId>asm</artifactId>
                                 <version>${maven-pmd-plugin-asm-version}</version>
                             </dependency>
+                            <dependency>
+                                <groupId>org.apache.maven.shared</groupId>
+                                <artifactId>maven-shared-utils</artifactId>
+                                <version>${maven-pmd-plugin-shared-utils-version}</version>
+                            </dependency>
                         </dependencies>
                     </plugin>
                 </plugins>