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 2022/08/04 09:25:02 UTC

[maven-shade-plugin] 01/01: [MSHADE-424] - Upgrade jdependency 2.8.0

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

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

commit cd9c24bd2440a0f447ecf933e7f0126390d03c37
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Thu Aug 4 11:24:55 2022 +0200

    [MSHADE-424] - Upgrade jdependency 2.8.0
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 1b14315..d8498c3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -207,7 +207,7 @@
     <dependency>
       <groupId>org.vafer</groupId>
       <artifactId>jdependency</artifactId>
-      <version>2.7.0</version>
+      <version>2.8.0</version>
     </dependency>
     <dependency>
       <groupId>org.apache.commons</groupId>