Skip to content

Commit bd79389

Browse files
Bump org.apache.maven.plugins:maven-shade-plugin from 3.2.4 to 3.5.1 (#25)
Bumps [org.apache.maven.plugins:maven-shade-plugin](https://github.com/apache/maven-shade-plugin) from 3.2.4 to 3.5.1. - [Release notes](https://github.com/apache/maven-shade-plugin/releases) - [Commits](apache/maven-shade-plugin@maven-shade-plugin-3.2.4...maven-shade-plugin-3.5.1) --- 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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c058c5f commit bd79389

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

carts/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@
220220
<plugin>
221221
<groupId>org.apache.maven.plugins</groupId>
222222
<artifactId>maven-shade-plugin</artifactId>
223-
<version>3.2.4</version>
223+
<version>3.5.1</version>
224224
<configuration>
225225
<artifactSet>
226226
<excludes>

catalog/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@
221221
<plugin>
222222
<groupId>org.apache.maven.plugins</groupId>
223223
<artifactId>maven-shade-plugin</artifactId>
224-
<version>3.2.4</version>
224+
<version>3.5.1</version>
225225
<configuration>
226226
<artifactSet>
227227
<excludes>

orders/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@
232232
<plugin>
233233
<groupId>org.apache.maven.plugins</groupId>
234234
<artifactId>maven-shade-plugin</artifactId>
235-
<version>3.2.4</version>
235+
<version>3.5.1</version>
236236
<configuration>
237237
<artifactSet>
238238
<excludes>

payment/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@
244244
<plugin>
245245
<groupId>org.apache.maven.plugins</groupId>
246246
<artifactId>maven-shade-plugin</artifactId>
247-
<version>3.2.4</version>
247+
<version>3.5.1</version>
248248
<configuration>
249249
<artifactSet>
250250
<excludes>

shipping/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@
221221
<plugin>
222222
<groupId>org.apache.maven.plugins</groupId>
223223
<artifactId>maven-shade-plugin</artifactId>
224-
<version>3.2.4</version>
224+
<version>3.5.1</version>
225225
<configuration>
226226
<artifactSet>
227227
<excludes>

users/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@
221221
<plugin>
222222
<groupId>org.apache.maven.plugins</groupId>
223223
<artifactId>maven-shade-plugin</artifactId>
224-
<version>3.2.4</version>
224+
<version>3.5.1</version>
225225
<configuration>
226226
<artifactSet>
227227
<excludes>

0 commit comments

Comments
 (0)