You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2022/09/05 13:31:42 UTC

[karaf] branch main updated: [KARAF-7540] Upgrade to maven-dependency-tree 3.2.0

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 89ca661ad8 [KARAF-7540] Upgrade to maven-dependency-tree 3.2.0
     new 956db139e6 Merge pull request #1618 from jbonofre/KARAF-7540
89ca661ad8 is described below

commit 89ca661ad8d5eb50fcc5242fb62ea838eb0263d9
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Mon Sep 5 10:19:11 2022 +0200

    [KARAF-7540] Upgrade to maven-dependency-tree 3.2.0
---
 bom/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bom/pom.xml b/bom/pom.xml
index 52bdb7bfd6..875a3e2a3d 100644
--- a/bom/pom.xml
+++ b/bom/pom.xml
@@ -836,7 +836,7 @@
             <dependency>
                 <groupId>org.apache.maven.shared</groupId>
                 <artifactId>maven-dependency-tree</artifactId>
-                <version>3.1.1</version>
+                <version>3.2.0</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.maven.wagon</groupId>