Skip to content

Commit

Permalink
Bump maven-shade-plugin from 3.1.0 to 3.2.1 (#985)
Browse files Browse the repository at this point in the history
Bumps [maven-shade-plugin](https://github.com/apache/maven-shade-plugin) from 3.1.0 to 3.2.1.
- [Release notes](https://github.com/apache/maven-shade-plugin/releases)
- [Commits](apache/maven-shade-plugin@maven-shade-plugin-3.1.0...maven-shade-plugin-3.2.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] authored and aklish committed Oct 1, 2019
1 parent 93af9b2 commit 59ce2b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion elide-example/elide-blog-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>3.1.0</version>
<version>3.2.1</version>
<configuration>
<transformers>
<transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
Expand Down

0 comments on commit 59ce2b0

Please sign in to comment.