Skip to content

Commit 4e1dd1c

Browse files
build(deps): Bump org.apache.maven.plugins:maven-shade-plugin (#3034)
Bumps [org.apache.maven.plugins:maven-shade-plugin](https://github.com/apache/maven-shade-plugin) from 3.6.0 to 3.6.1. - [Release notes](https://github.com/apache/maven-shade-plugin/releases) - [Commits](apache/maven-shade-plugin@maven-shade-plugin-3.6.0...v3.6.1) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-shade-plugin dependency-version: 3.6.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b6eb51e commit 4e1dd1c

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
@@ -103,7 +103,7 @@
103103
<plugin>
104104
<groupId>org.apache.maven.plugins</groupId>
105105
<artifactId>maven-shade-plugin</artifactId>
106-
<version>3.6.0</version>
106+
<version>3.6.1</version>
107107
<executions>
108108
<execution>
109109
<goals>

benchmark/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@
137137
<plugin>
138138
<groupId>org.apache.maven.plugins</groupId>
139139
<artifactId>maven-shade-plugin</artifactId>
140-
<version>3.6.0</version>
140+
<version>3.6.1</version>
141141
<executions>
142142
<execution>
143143
<goals>

example-github-with-coroutine/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
<plugin>
5757
<groupId>org.apache.maven.plugins</groupId>
5858
<artifactId>maven-shade-plugin</artifactId>
59-
<version>3.6.0</version>
59+
<version>3.6.1</version>
6060
<executions>
6161
<execution>
6262
<goals>

example-github/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
<plugin>
5353
<groupId>org.apache.maven.plugins</groupId>
5454
<artifactId>maven-shade-plugin</artifactId>
55-
<version>3.6.0</version>
55+
<version>3.6.1</version>
5656
<executions>
5757
<execution>
5858
<goals>

example-wikipedia/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
<plugin>
5454
<groupId>org.apache.maven.plugins</groupId>
5555
<artifactId>maven-shade-plugin</artifactId>
56-
<version>3.6.0</version>
56+
<version>3.6.1</version>
5757
<executions>
5858
<execution>
5959
<goals>

0 commit comments

Comments
 (0)