Skip to content

Commit f91202e

Browse files
build(deps): bump maven-shade-plugin from 2.4.3 to 3.3.0 (#1640)
Bumps [maven-shade-plugin](https://github.com/apache/maven-shade-plugin) from 2.4.3 to 3.3.0. - [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.3.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-shade-plugin dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b4dd2d0 commit f91202e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

apt-test-generator/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
<plugin>
9696
<groupId>org.apache.maven.plugins</groupId>
9797
<artifactId>maven-shade-plugin</artifactId>
98-
<version>2.4.3</version>
98+
<version>3.3.0</version>
9999
<executions>
100100
<execution>
101101
<phase>package</phase>

benchmark/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@
134134
<plugin>
135135
<groupId>org.apache.maven.plugins</groupId>
136136
<artifactId>maven-shade-plugin</artifactId>
137-
<version>2.4.2</version>
137+
<version>3.3.0</version>
138138
<executions>
139139
<execution>
140140
<phase>package</phase>

example-github/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
<plugin>
5555
<groupId>org.apache.maven.plugins</groupId>
5656
<artifactId>maven-shade-plugin</artifactId>
57-
<version>2.4.3</version>
57+
<version>3.3.0</version>
5858
<executions>
5959
<execution>
6060
<phase>package</phase>

example-wikipedia/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
<plugin>
5656
<groupId>org.apache.maven.plugins</groupId>
5757
<artifactId>maven-shade-plugin</artifactId>
58-
<version>2.4.3</version>
58+
<version>3.3.0</version>
5959
<executions>
6060
<execution>
6161
<phase>package</phase>

0 commit comments

Comments
 (0)