You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mi...@apache.org on 2023/01/25 11:01:44 UTC

[maven-apache-parent] 01/02: [MPOM-388] Upgrade to Maven Dependency Plugin 3.5.0

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

michaelo pushed a commit to branch update-reporting
in repository https://gitbox.apache.org/repos/asf/maven-apache-parent.git

commit 64658a44685492c79dd5e192fd8f8c1d141ee35d
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Wed Jan 25 12:00:58 2023 +0100

    [MPOM-388] Upgrade to Maven Dependency Plugin 3.5.0
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 1f38259..37403c1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -157,7 +157,7 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-dependency-plugin</artifactId>
-          <version>3.4.0</version>
+          <version>3.5.0</version>
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>