Skip to content

Commit 9020f46

Browse files
build(deps): bump org.apache.maven.plugins:maven-shade-plugin (#1582)
Bumps [org.apache.maven.plugins:maven-shade-plugin](https://github.com/apache/maven-shade-plugin) from 3.5.0 to 3.5.2. - [Release notes](https://github.com/apache/maven-shade-plugin/releases) - [Commits](apache/maven-shade-plugin@maven-shade-plugin-3.5.0...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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0585383 commit 9020f46

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

examples/powertools-examples-batch/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
<plugin>
9898
<groupId>org.apache.maven.plugins</groupId>
9999
<artifactId>maven-shade-plugin</artifactId>
100-
<version>3.5.0</version>
100+
<version>3.5.2</version>
101101
<executions>
102102
<execution>
103103
<phase>package</phase>

examples/powertools-examples-cloudformation/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@
122122
<plugin>
123123
<groupId>org.apache.maven.plugins</groupId>
124124
<artifactId>maven-shade-plugin</artifactId>
125-
<version>3.5.0</version>
125+
<version>3.5.2</version>
126126
<executions>
127127
<execution>
128128
<phase>package</phase>

examples/powertools-examples-core/cdk/app/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
<plugin>
9191
<groupId>org.apache.maven.plugins</groupId>
9292
<artifactId>maven-shade-plugin</artifactId>
93-
<version>3.5.0</version>
93+
<version>3.5.2</version>
9494
<executions>
9595
<execution>
9696
<phase>package</phase>

examples/powertools-examples-core/sam/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
<plugin>
9090
<groupId>org.apache.maven.plugins</groupId>
9191
<artifactId>maven-shade-plugin</artifactId>
92-
<version>3.5.0</version>
92+
<version>3.5.2</version>
9393
<executions>
9494
<execution>
9595
<phase>package</phase>

examples/powertools-examples-core/serverless/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
<plugin>
9191
<groupId>org.apache.maven.plugins</groupId>
9292
<artifactId>maven-shade-plugin</artifactId>
93-
<version>3.5.0</version>
93+
<version>3.5.2</version>
9494
<executions>
9595
<execution>
9696
<phase>package</phase>

examples/powertools-examples-core/terraform/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
<plugin>
9191
<groupId>org.apache.maven.plugins</groupId>
9292
<artifactId>maven-shade-plugin</artifactId>
93-
<version>3.5.0</version>
93+
<version>3.5.2</version>
9494
<executions>
9595
<execution>
9696
<phase>package</phase>

examples/powertools-examples-idempotency/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@
135135
<plugin>
136136
<groupId>org.apache.maven.plugins</groupId>
137137
<artifactId>maven-shade-plugin</artifactId>
138-
<version>3.5.0</version>
138+
<version>3.5.2</version>
139139
<executions>
140140
<execution>
141141
<phase>package</phase>

examples/powertools-examples-sqs/pom.xml

+1-1
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.5.0</version>
98+
<version>3.5.2</version>
9999
<executions>
100100
<execution>
101101
<phase>package</phase>

0 commit comments

Comments
 (0)