Skip to content

Commit 0e157a4

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

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
@@ -122,7 +122,7 @@
122122
<plugin>
123123
<groupId>org.apache.maven.plugins</groupId>
124124
<artifactId>maven-shade-plugin</artifactId>
125-
<version>3.5.2</version>
125+
<version>3.6.0</version>
126126
<executions>
127127
<execution>
128128
<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.2</version>
125+
<version>3.6.0</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
@@ -110,7 +110,7 @@
110110
<plugin>
111111
<groupId>org.apache.maven.plugins</groupId>
112112
<artifactId>maven-shade-plugin</artifactId>
113-
<version>3.5.2</version>
113+
<version>3.6.0</version>
114114
<executions>
115115
<execution>
116116
<phase>package</phase>

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
<plugin>
9999
<groupId>org.apache.maven.plugins</groupId>
100100
<artifactId>maven-shade-plugin</artifactId>
101-
<version>3.5.2</version>
101+
<version>3.6.0</version>
102102
<executions>
103103
<execution>
104104
<phase>package</phase>

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
<plugin>
9999
<groupId>org.apache.maven.plugins</groupId>
100100
<artifactId>maven-shade-plugin</artifactId>
101-
<version>3.5.2</version>
101+
<version>3.6.0</version>
102102
<executions>
103103
<execution>
104104
<phase>package</phase>

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
<plugin>
9999
<groupId>org.apache.maven.plugins</groupId>
100100
<artifactId>maven-shade-plugin</artifactId>
101-
<version>3.5.2</version>
101+
<version>3.6.0</version>
102102
<executions>
103103
<execution>
104104
<phase>package</phase>

examples/powertools-examples-idempotency/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@
143143
<plugin>
144144
<groupId>org.apache.maven.plugins</groupId>
145145
<artifactId>maven-shade-plugin</artifactId>
146-
<version>3.5.2</version>
146+
<version>3.6.0</version>
147147
<executions>
148148
<execution>
149149
<phase>package</phase>

examples/powertools-examples-sqs/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
<plugin>
115115
<groupId>org.apache.maven.plugins</groupId>
116116
<artifactId>maven-shade-plugin</artifactId>
117-
<version>3.5.2</version>
117+
<version>3.6.0</version>
118118
<executions>
119119
<execution>
120120
<phase>package</phase>

0 commit comments

Comments
 (0)