This is an automated email from the ASF dual-hosted git repository.
rfscholte pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-shade-plugin.git
The following commit(s) were added to refs/heads/master by this push:
new 9121549 Update jdependency to 2.5.0 (to support JDK 16)
9121549 is described below
commit 9121549335b814cfed3f1582d1b2a755cfdc8f13
Author: rfscholte <[email protected]>
AuthorDate: Fri Oct 16 22:10:24 2020 +0200
Update jdependency to 2.5.0 (to support JDK 16)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 30e3814..d9a7e4f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -160,7 +160,7 @@
<dependency>
<groupId>org.vafer</groupId>
<artifactId>jdependency</artifactId>
- <version>2.4.0</version>
+ <version>2.5.0</version>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>