Skip to content

Commit

Permalink
Upgrade maven-dependency-plugin 3.1.2 -> 3.3.0 (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
Picnic-Bot authored Apr 24, 2022
1 parent 618c62e commit 4eed7dd
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -753,10 +753,16 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
<version>3.1.2</version>
<version>3.3.0</version>
<configuration>
<ignoreDirect>false</ignoreDirect>
<ignoreNonCompile>true</ignoreNonCompile>
<!-- XXX: Drop/review this configuration once
https://issues.apache.org/jira/browse/MDEP-791 is
resolved. -->
<ignoredNonTestScopedDependencies>
<ignoredNonTestScopedDependency>*</ignoredNonTestScopedDependency>
</ignoredNonTestScopedDependencies>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit 4eed7dd

Please sign in to comment.