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/12/14 17:49:38 UTC

[karaf] branch main updated: [KARAF-7616] Upgrade to maven-dependency-tree 3.2.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 85b0da96a7 [KARAF-7616] Upgrade to maven-dependency-tree 3.2.1
     new 9eb2ad7f72 Merge pull request #1688 from jbonofre/KARAF-7616
85b0da96a7 is described below

commit 85b0da96a7a18fc2405f81fc7c5e8554197b676a
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Mon Nov 28 15:51:48 2022 +0100

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

diff --git a/bom/pom.xml b/bom/pom.xml
index 6480fc9c8d..91f8e7b7bc 100644
--- a/bom/pom.xml
+++ b/bom/pom.xml
@@ -851,7 +851,7 @@
             <dependency>
                 <groupId>org.apache.maven.shared</groupId>
                 <artifactId>maven-dependency-tree</artifactId>
-                <version>3.2.0</version>
+                <version>3.2.1</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.maven.wagon</groupId>