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 2023/07/17 13:59:43 UTC

[camel] 03/04: Upgrade various maven plugins for tooling

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

commit 891465149d799e89ebade61946158261ecb277f5
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Mon Jul 17 15:53:59 2023 +0200

    Upgrade various maven plugins for tooling
---
 tooling/parent/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tooling/parent/pom.xml b/tooling/parent/pom.xml
index 23e8df3fcc5..944cb503b47 100644
--- a/tooling/parent/pom.xml
+++ b/tooling/parent/pom.xml
@@ -36,8 +36,8 @@
         <maven-version>3.8.8</maven-version>
         <maven-maven-plugin-descriptor-version>2.2.1</maven-maven-plugin-descriptor-version>
         <maven-project-version>2.2.1</maven-project-version>
-        <maven-dependency-tree-version>2.2</maven-dependency-tree-version>
-        <maven-plugin-annotations-version>3.6.4</maven-plugin-annotations-version>
+        <maven-dependency-tree-version>3.2.1</maven-dependency-tree-version>
+        <maven-plugin-annotations-version>3.9.0</maven-plugin-annotations-version>
         <maven-reporting-api-version>3.1.1</maven-reporting-api-version>
         <maven-reporting-impl-version>3.2.0</maven-reporting-impl-version>
         <plexus-build-api-version>0.0.7</plexus-build-api-version>