Skip to content

Commit 5d7f2e6

Browse files
build(deps): bump maven-shade-plugin from 3.2.4 to 3.4.1 (#1070)
Bumps [maven-shade-plugin](https://github.com/apache/maven-shade-plugin) from 3.2.4 to 3.4.1.
1 parent 48a3a3e commit 5d7f2e6

File tree

3 files changed

+3
-3
lines changed
  • examples

3 files changed

+3
-3
lines changed

examples/powertools-examples-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
<plugin>
9393
<groupId>org.apache.maven.plugins</groupId>
9494
<artifactId>maven-shade-plugin</artifactId>
95-
<version>3.2.4</version>
95+
<version>3.4.1</version>
9696
<executions>
9797
<execution>
9898
<phase>package</phase>

examples/powertools-examples-idempotency/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@
142142
<plugin>
143143
<groupId>org.apache.maven.plugins</groupId>
144144
<artifactId>maven-shade-plugin</artifactId>
145-
<version>3.2.4</version>
145+
<version>3.4.1</version>
146146
<executions>
147147
<execution>
148148
<phase>package</phase>

examples/powertools-examples-sqs/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
<plugin>
9494
<groupId>org.apache.maven.plugins</groupId>
9595
<artifactId>maven-shade-plugin</artifactId>
96-
<version>3.4.0</version>
96+
<version>3.4.1</version>
9797
<executions>
9898
<execution>
9999
<phase>package</phase>

0 commit comments

Comments
 (0)