Update dependency org.apache.maven.plugins:maven-shade-plugin to v3.5.1
This commit is contained in:
parent
4f8014e2c3
commit
96173f3daf
1 changed files with 1 additions and 1 deletions
2
pom.xml
2
pom.xml
|
@ -31,7 +31,7 @@
|
|||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-shade-plugin</artifactId>
|
||||
<version>3.5.0</version>
|
||||
<version>3.5.1</version>
|
||||
<executions>
|
||||
<execution>
|
||||
<phase>package</phase>
|
||||
|
|
Reference in a new issue