Skip to content

Commit 9af9f9a

Browse files
committed
Update dependency org.apache.maven.plugins:maven-dependency-plugin to v3.3.0
1 parent 261fa4b commit 9af9f9a

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
<plugin>
7979
<groupId>org.apache.maven.plugins</groupId>
8080
<artifactId>maven-dependency-plugin</artifactId>
81-
<version>3.1.1</version>
81+
<version>3.3.0</version>
8282
</plugin>
8383
<plugin>
8484
<groupId>org.apache.maven.plugins</groupId>

src/it/module-commons-collections4/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<plugin>
2727
<groupId>org.apache.maven.plugins</groupId>
2828
<artifactId>maven-dependency-plugin</artifactId>
29-
<version>3.1.1</version>
29+
<version>3.3.0</version>
3030
</plugin>
3131
<plugin>
3232
<groupId>org.codehaus.mojo</groupId>

src/it/module-override/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<plugin>
2727
<groupId>org.apache.maven.plugins</groupId>
2828
<artifactId>maven-dependency-plugin</artifactId>
29-
<version>3.1.1</version>
29+
<version>3.3.0</version>
3030
</plugin>
3131
<plugin>
3232
<groupId>org.codehaus.mojo</groupId>

src/it/module-simple-jdk11/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<plugin>
2727
<groupId>org.apache.maven.plugins</groupId>
2828
<artifactId>maven-dependency-plugin</artifactId>
29-
<version>3.1.1</version>
29+
<version>3.3.0</version>
3030
</plugin>
3131
<plugin>
3232
<groupId>org.codehaus.mojo</groupId>

src/it/module-simple/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<plugin>
2727
<groupId>org.apache.maven.plugins</groupId>
2828
<artifactId>maven-dependency-plugin</artifactId>
29-
<version>3.1.1</version>
29+
<version>3.3.0</version>
3030
</plugin>
3131
<plugin>
3232
<groupId>org.codehaus.mojo</groupId>

0 commit comments

Comments
 (0)