Skip to content

Commit 948bb77

Browse files
Bump org.apache.maven.plugins:maven-shade-plugin from 3.5.1 to 3.5.2 (#41)
Bumps [org.apache.maven.plugins:maven-shade-plugin](https://github.com/apache/maven-shade-plugin) from 3.5.1 to 3.5.2. - [Release notes](https://github.com/apache/maven-shade-plugin/releases) - [Commits](apache/maven-shade-plugin@maven-shade-plugin-3.5.1...maven-shade-plugin-3.5.2) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-shade-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b5ffa50 commit 948bb77

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
@@ -230,7 +230,7 @@
230230
<plugin>
231231
<groupId>org.apache.maven.plugins</groupId>
232232
<artifactId>maven-shade-plugin</artifactId>
233-
<version>3.5.1</version>
233+
<version>3.5.2</version>
234234
<configuration>
235235
<artifactSet>
236236
<excludes>

catalog/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@
231231
<plugin>
232232
<groupId>org.apache.maven.plugins</groupId>
233233
<artifactId>maven-shade-plugin</artifactId>
234-
<version>3.5.1</version>
234+
<version>3.5.2</version>
235235
<configuration>
236236
<artifactSet>
237237
<excludes>

orders/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@
242242
<plugin>
243243
<groupId>org.apache.maven.plugins</groupId>
244244
<artifactId>maven-shade-plugin</artifactId>
245-
<version>3.5.1</version>
245+
<version>3.5.2</version>
246246
<configuration>
247247
<artifactSet>
248248
<excludes>

payment/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@
260260
<plugin>
261261
<groupId>org.apache.maven.plugins</groupId>
262262
<artifactId>maven-shade-plugin</artifactId>
263-
<version>3.5.1</version>
263+
<version>3.5.2</version>
264264
<configuration>
265265
<artifactSet>
266266
<excludes>

shipping/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@
231231
<plugin>
232232
<groupId>org.apache.maven.plugins</groupId>
233233
<artifactId>maven-shade-plugin</artifactId>
234-
<version>3.5.1</version>
234+
<version>3.5.2</version>
235235
<configuration>
236236
<artifactSet>
237237
<excludes>

users/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@
231231
<plugin>
232232
<groupId>org.apache.maven.plugins</groupId>
233233
<artifactId>maven-shade-plugin</artifactId>
234-
<version>3.5.1</version>
234+
<version>3.5.2</version>
235235
<configuration>
236236
<artifactSet>
237237
<excludes>

0 commit comments

Comments
 (0)