You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kh...@apache.org on 2019/12/23 16:14:35 UTC

[maven-shade-plugin] 01/01: [MSHADE-341] - Upgrade plexus-utils 3.3.0

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

khmarbaise pushed a commit to branch MSHADE-341
in repository https://gitbox.apache.org/repos/asf/maven-shade-plugin.git

commit 2afb0b7ed58fc781589d7e5fdf7ff56f7900cbf0
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Mon Dec 23 17:14:25 2019 +0100

    [MSHADE-341] - Upgrade plexus-utils 3.3.0
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index f7431e3..d32b6db 100644
--- a/pom.xml
+++ b/pom.xml
@@ -121,7 +121,7 @@
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-utils</artifactId>
-      <version>3.1.0</version>
+      <version>3.3.0</version>
     </dependency>
 
     <dependency>