Skip to content

Commit 423d293

Browse files
build(deps): bump maven-dependency-plugin from 3.2.0 to 3.3.0
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]>
1 parent 904c984 commit 423d293

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

examples/pom.xml

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

sdk1/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@
292292
<plugin>
293293
<groupId>org.apache.maven.plugins</groupId>
294294
<artifactId>maven-javadoc-plugin</artifactId>
295-
<version>3.3.1</version>
295+
<version>3.4.1</version>
296296
<configuration>
297297
<excludePackageNames>*.internal:*.transform</excludePackageNames>
298298
<minmemory>128m</minmemory>
@@ -303,7 +303,7 @@
303303
<plugin>
304304
<groupId>org.apache.maven.plugins</groupId>
305305
<artifactId>maven-dependency-plugin</artifactId>
306-
<version>3.2.0</version>
306+
<version>3.3.0</version>
307307
<executions>
308308
<execution>
309309
<id>copy</id>

0 commit comments

Comments
 (0)