Update dependency org.apache.maven.plugins:maven-shade-plugin to v3.2.4
This commit is contained in:
parent
b367e4ea65
commit
4982e60fd4
1 changed files with 1 additions and 1 deletions
2
pom.xml
2
pom.xml
|
@ -42,7 +42,7 @@
|
||||||
<!-- Shade JAR -->
|
<!-- Shade JAR -->
|
||||||
<plugin>
|
<plugin>
|
||||||
<artifactId>maven-shade-plugin</artifactId>
|
<artifactId>maven-shade-plugin</artifactId>
|
||||||
<version>3.2.3</version>
|
<version>3.2.4</version>
|
||||||
<configuration>
|
<configuration>
|
||||||
<relocations>
|
<relocations>
|
||||||
<relocation>
|
<relocation>
|
||||||
|
|
Loading…
Reference in a new issue