This is an automated email from the ASF dual-hosted git repository.
michaelo 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 e56294a [MSHADE-454] Shade Plugin does not work with JDK 20
e56294a is described below
commit e56294ab66f81336ed1d4c99fcd3f984a0fa3bce
Author: Michael Osipov <[email protected]>
AuthorDate: Wed Aug 16 18:33:27 2023 +0200
[MSHADE-454] Shade Plugin does not work with JDK 20
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 3199f8f..14fd08b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -190,7 +190,7 @@
<dependency>
<groupId>org.vafer</groupId>
<artifactId>jdependency</artifactId>
- <version>2.8.0</version>
+ <version>2.9.0</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>