This is an automated email from the ASF dual-hosted git repository.
jbonofre pushed a commit to branch karaf-4.3.x
in repository https://gitbox.apache.org/repos/asf/karaf.git
The following commit(s) were added to refs/heads/karaf-4.3.x by this push:
new ef723b6572 [KARAF-7484] Upgrade to maven-dependency-plugin 3.3.0
ef723b6572 is described below
commit ef723b6572b7e1beddbafe29000570da4c29af93
Author: Jean-Baptiste Onofré <[email protected]>
AuthorDate: Tue Jun 28 06:02:47 2022 +0200
[KARAF-7484] Upgrade to maven-dependency-plugin 3.3.0
(cherry picked from commit 0ca4b82de85582b3b464553a11ce40dd39de759d)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index dfcd1313ba..a918f29de3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -552,7 +552,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>