Skip to content

Commit ed35a76

Browse files
Bump maven-shade-plugin from 2.4.3 to 3.2.4
Bumps [maven-shade-plugin](https://github.com/apache/maven-shade-plugin) from 2.4.3 to 3.2.4. - [Release notes](https://github.com/apache/maven-shade-plugin/releases) - [Commits](apache/maven-shade-plugin@maven-shade-plugin-2.4.3...maven-shade-plugin-3.2.4) Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5d32dd2 commit ed35a76

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)