Skip to content

Commit 8decfd7

Browse files
authored
Merge pull request #166 from saurabhpro/renovate/org.apache.maven.plugins-maven-shade-plugin-3.x
Update dependency org.apache.maven.plugins:maven-shade-plugin to v3.5.3
2 parents dc6685b + 6fe6904 commit 8decfd7

File tree

2 files changed

+2
-2
lines changed
  • CompareFrameworks/dropwizard-hello-world
  • employee-service/employee-web

2 files changed

+2
-2
lines changed

CompareFrameworks/dropwizard-hello-world/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
<plugins>
6161
<plugin>
6262
<artifactId>maven-shade-plugin</artifactId>
63-
<version>3.5.2</version>
63+
<version>3.5.3</version>
6464
<configuration>
6565
<createDependencyReducedPom>true</createDependencyReducedPom>
6666
<transformers>

employee-service/employee-web/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<plugin>
2828
<groupId>org.apache.maven.plugins</groupId>
2929
<artifactId>maven-shade-plugin</artifactId>
30-
<version>3.5.2</version>
30+
<version>3.5.3</version>
3131
<executions>
3232
<execution>
3333
<phase>package</phase>

0 commit comments

Comments
 (0)