Merge pull request #78 from CodeMC/dependabot/maven/org.apache.maven.plugins-maven-shade-plugin-3.3.0

Bump maven-shade-plugin from 3.2.4 to 3.3.0
This commit is contained in:
Gabriele C 2022-04-10 21:10:54 +02:00 committed by GitHub
commit 6facd6ec08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -178,7 +178,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>3.2.4</version>
<version>3.3.0</version>
<configuration>
<createDependencyReducedPom>false</createDependencyReducedPom>
</configuration>