You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2020/06/27 12:42:48 UTC

[maven-shade-plugin] 02/02: upgrade org.codehaus.plexus:plexus-utils from 1.4.1 to 3.3.0

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

slachiewicz pushed a commit to branch snyk-upgrade-863254bd91ba492a42db7664b7ef0626
in repository https://gitbox.apache.org/repos/asf/maven-shade-plugin.git

commit 44faf3ebaf73ccee7a82e28f59c6f122f2ace266
Author: snyk-bot <sn...@snyk.io>
AuthorDate: Thu Feb 13 02:45:58 2020 +0000

    upgrade org.codehaus.plexus:plexus-utils from 1.4.1 to 3.3.0
---
 src/test/projects/test-project/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/test/projects/test-project/pom.xml b/src/test/projects/test-project/pom.xml
index 4336009..7f1cecf 100644
--- a/src/test/projects/test-project/pom.xml
+++ b/src/test/projects/test-project/pom.xml
@@ -36,7 +36,7 @@
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-utils</artifactId>
-      <version>1.4.1</version>
+      <version>3.3.0</version>
     </dependency>  
     <dependency>
       <groupId>junit</groupId>