Skip to content

Commit 01bc50b

Browse files
build(deps): bump maven-shade-plugin from 3.4.1 to 3.5.0 (#1204)
Bumps [maven-shade-plugin](https://github.com/apache/maven-shade-plugin) from 3.4.1 to 3.5.0. - [Release notes](https://github.com/apache/maven-shade-plugin/releases) - [Commits](apache/maven-shade-plugin@maven-shade-plugin-3.4.1...maven-shade-plugin-3.5.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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a568eac commit 01bc50b

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.4.1</version>
95+
<version>3.5.0</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.4.1</version>
145+
<version>3.5.0</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.1</version>
96+
<version>3.5.0</version>
9797
<executions>
9898
<execution>
9999
<phase>package</phase>

0 commit comments

Comments
 (0)