Skip to content

Commit 430e44d

Browse files
build(deps): bump maven-shade-plugin from 3.3.0 to 3.4.0 (#1752)
Bumps [maven-shade-plugin](https://github.com/apache/maven-shade-plugin) from 3.3.0 to 3.4.0. - [Release notes](https://github.com/apache/maven-shade-plugin/releases) - [Commits](apache/maven-shade-plugin@maven-shade-plugin-3.3.0...maven-shade-plugin-3.4.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-shade-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6584a8a commit 430e44d

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
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>3.3.0</version>
98+
<version>3.4.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>3.3.0</version>
137+
<version>3.4.0</version>
138138
<executions>
139139
<execution>
140140
<phase>package</phase>

example-github-with-coroutine/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
<plugin>
5959
<groupId>org.apache.maven.plugins</groupId>
6060
<artifactId>maven-shade-plugin</artifactId>
61-
<version>3.3.0</version>
61+
<version>3.4.0</version>
6262
<executions>
6363
<execution>
6464
<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>3.3.0</version>
57+
<version>3.4.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>3.3.0</version>
58+
<version>3.4.0</version>
5959
<executions>
6060
<execution>
6161
<phase>package</phase>

0 commit comments

Comments
 (0)