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/03/30 22:10:49 UTC

[maven-shade-plugin] 01/01: [MSHADE-355] Upgrade JDependency to 2.4.0 (uses ASM 8.0)

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

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

commit 1579fe22bba118b67e0741bd639d2dfa2fbce67d
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Tue Mar 31 00:09:43 2020 +0200

    [MSHADE-355] Upgrade JDependency to 2.4.0 (uses ASM 8.0)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 996e6cd..03beed1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -160,7 +160,7 @@
     <dependency>
       <groupId>org.vafer</groupId>
       <artifactId>jdependency</artifactId>
-      <version>2.3.0</version>
+      <version>2.4.0</version>
     </dependency>
     <dependency>
       <groupId>org.codehaus.plexus</groupId>