Skip to content

Commit

Permalink
Merge pull request #182 from saurabhpro/renovate/org.apache.maven.plu…
Browse files Browse the repository at this point in the history
…gins-maven-shade-plugin-3.x

Update dependency org.apache.maven.plugins:maven-shade-plugin to v3.6.0
  • Loading branch information
saurabhpro authored Aug 11, 2024
2 parents aa8e84f + d33e34b commit 74d07a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CompareFrameworks/dropwizard-hello-world/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
<plugins>
<plugin>
<artifactId>maven-shade-plugin</artifactId>
<version>3.5.3</version>
<version>3.6.0</version>
<configuration>
<createDependencyReducedPom>true</createDependencyReducedPom>
<transformers>
Expand Down
2 changes: 1 addition & 1 deletion employee-service/employee-web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>3.5.3</version>
<version>3.6.0</version>
<executions>
<execution>
<phase>package</phase>
Expand Down

0 comments on commit 74d07a0

Please sign in to comment.