You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2022/12/19 07:28:44 UTC

[camel] branch main updated: Upgrade maven-dependency-plugin to 3.4.0

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

davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
     new 45545409076 Upgrade maven-dependency-plugin to 3.4.0
45545409076 is described below

commit 455454090766e81927bed57a55bd57d2061ebbe4
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Mon Dec 19 08:28:27 2022 +0100

    Upgrade maven-dependency-plugin to 3.4.0
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 3a02659f6b5..a597d2c6cc2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -129,7 +129,7 @@
         <java-diff-utils-version>4.7</java-diff-utils-version>
         <maven-bundle-plugin-version>5.1.8</maven-bundle-plugin-version>
         <maven-enforcer-plugin-version>3.0.0</maven-enforcer-plugin-version>
-        <maven-dependency-plugin-version>3.3.0</maven-dependency-plugin-version>
+        <maven-dependency-plugin-version>3.4.0</maven-dependency-plugin-version>
 
         <!-- eclipse plugin need the jaxb in this pom.xml file -->
         <!-- Make sure to keep JAXB version up to date in parent/pom.xml in the bottom of the file -->