Merge pull request #7 from stijnb1234/renovate/org.apache.maven.plugins-maven-shade-plugin-3.x
Update dependency org.apache.maven.plugins:maven-shade-plugin to v3.2.4
This commit is contained in:
commit
a71e737562
1 changed files with 1 additions and 1 deletions
2
pom.xml
2
pom.xml
|
@ -33,7 +33,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.1.0</version>
|
<version>3.2.4</version>
|
||||||
<executions>
|
<executions>
|
||||||
<execution>
|
<execution>
|
||||||
<phase>package</phase>
|
<phase>package</phase>
|
||||||
|
|
Reference in a new issue