Skip to content

Commit 05e61bb

Browse files
authored
Merge pull request #130 from ContainerSolutions/dependabot/maven/org.apache.maven.plugins-maven-shade-plugin-3.2.4
Bump maven-shade-plugin from 2.4.3 to 3.2.4
2 parents d180565 + ed35a76 commit 05e61bb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

samples/mysql-schema/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
<plugin>
7171
<groupId>org.apache.maven.plugins</groupId>
7272
<artifactId>maven-shade-plugin</artifactId>
73-
<version>2.4.3</version>
73+
<version>3.2.4</version>
7474
<executions>
7575
<execution>
7676
<phase>package</phase>

samples/webserver/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
<plugin>
6666
<groupId>org.apache.maven.plugins</groupId>
6767
<artifactId>maven-shade-plugin</artifactId>
68-
<version>2.4.3</version>
68+
<version>3.2.4</version>
6969
<executions>
7070
<execution>
7171
<phase>package</phase>

0 commit comments

Comments
 (0)