Update dependency org.apache.maven.plugins:maven-shade-plugin to v3.2.2
This commit is contained in:
parent
85512cfbf2
commit
154e390e27
1 changed files with 1 additions and 1 deletions
2
pom.xml
2
pom.xml
|
@ -53,7 +53,7 @@
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
<artifactId>maven-shade-plugin</artifactId>
|
<artifactId>maven-shade-plugin</artifactId>
|
||||||
<version>3.2.1</version>
|
<version>3.2.2</version>
|
||||||
<executions>
|
<executions>
|
||||||
<execution>
|
<execution>
|
||||||
<id>shade</id>
|
<id>shade</id>
|
||||||
|
|
Loading…
Reference in a new issue