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 09:25:39 UTC

[karaf] branch main updated: [KARAF-7484] Upgrade to maven-dependency-plugin 3.3.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 0ca4b82de8 [KARAF-7484] Upgrade to maven-dependency-plugin 3.3.0
     new e178d6a0bc Merge pull request #1568 from jbonofre/KARAF-7484
0ca4b82de8 is described below

commit 0ca4b82de85582b3b464553a11ce40dd39de759d
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Tue Jun 28 06:02:47 2022 +0200

    [KARAF-7484] Upgrade to maven-dependency-plugin 3.3.0
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 16fa52ef68..44781a37d3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -563,7 +563,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-dependency-plugin</artifactId>
-                    <version>3.1.2</version>
+                    <version>3.3.0</version>
                 </plugin>
                 <plugin>
                     <groupId>org.codehaus.mojo</groupId>