This is an automated email from the ASF dual-hosted git repository. gnodet pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
commit ed7614712efeb04c49b626ad688eb6dfa1173863 Author: Guillaume Nodet <[email protected]> AuthorDate: Mon Nov 21 16:56:49 2022 +0100 Upgrade to maven-dependency-plugin 3.3.0 --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index 7e837d5eba7..3a02659f6b5 100644 --- a/pom.xml +++ b/pom.xml @@ -129,6 +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> <!-- 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 -->
