Skip to content

Commit

Permalink
Bump maven-shade-plugin from 3.2.0 to 3.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
marecabo committed Apr 22, 2024
1 parent 394474e commit c995708
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -132,14 +132,15 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>3.2.0</version>
<version>3.5.2</version>
<executions>
<execution>
<goals>
<goal>shade</goal>
</goals>
<configuration>
<shadedArtifactAttached>true</shadedArtifactAttached>
<createDependencyReducedPom>false</createDependencyReducedPom>
<transformers>
<transformer implementation=
"org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
Expand Down

0 comments on commit c995708

Please sign in to comment.