Skip to content

Commit 385dd52

Browse files
build(deps): bump maven-dependency-plugin from 3.2.0 to 3.3.0 (#571)
Bumps [maven-dependency-plugin](https://github.com/apache/maven-dependency-plugin) from 3.2.0 to 3.3.0. - [Release notes](https://github.com/apache/maven-dependency-plugin/releases) - [Commits](apache/maven-dependency-plugin@maven-dependency-plugin-3.2.0...maven-dependency-plugin-3.3.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-dependency-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Andrew Jewell <[email protected]>
1 parent e3d115a commit 385dd52

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
<plugin>
100100
<groupId>org.apache.maven.plugins</groupId>
101101
<artifactId>maven-dependency-plugin</artifactId>
102-
<version>3.2.0</version>
102+
<version>3.3.0</version>
103103
<executions>
104104
<execution>
105105
<id>copy</id>

sdk1/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@
310310
<plugin>
311311
<groupId>org.apache.maven.plugins</groupId>
312312
<artifactId>maven-dependency-plugin</artifactId>
313-
<version>3.2.0</version>
313+
<version>3.3.0</version>
314314
<executions>
315315
<execution>
316316
<id>copy</id>

0 commit comments

Comments
 (0)