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/06/29 12:27:34 UTC

[karaf] branch main updated: [KARAF-7458] Upgrade to maven-dependency-tree 3.1.1

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 325f805d7e [KARAF-7458] Upgrade to maven-dependency-tree 3.1.1
     new a00db6b7f9 Merge pull request #1575 from jbonofre/KARAF-7458
325f805d7e is described below

commit 325f805d7eb4d965a6dcd8a7458c7a555ea47e21
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Tue Jun 28 18:22:54 2022 +0200

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

diff --git a/bom/pom.xml b/bom/pom.xml
index 210de1b1d8..9596e7efe9 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.0.1</version>
+                <version>3.1.1</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.maven.wagon</groupId>