Skip to content

Commit

Permalink
Update dependency org.apache.maven.plugins:maven-dependency-plugin to…
Browse files Browse the repository at this point in the history
… v3.8.0
  • Loading branch information
renovate[bot] authored Aug 22, 2024
1 parent 3a7e9c6 commit c05cde9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/it/basic-usage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
</plugin>
<plugin>
<artifactId>maven-dependency-plugin</artifactId>
<version>3.6.1</version>
<version>3.8.0</version>
<executions>
<execution>
<goals>
Expand Down
2 changes: 1 addition & 1 deletion src/it/parallel/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
</plugin>
<plugin>
<artifactId>maven-dependency-plugin</artifactId>
<version>3.6.1</version>
<version>3.8.0</version>
<executions>
<execution>
<goals>
Expand Down
2 changes: 1 addition & 1 deletion src/it/with-options/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
</plugin>
<plugin>
<artifactId>maven-dependency-plugin</artifactId>
<version>3.6.1</version>
<version>3.8.0</version>
<executions>
<execution>
<goals>
Expand Down

0 comments on commit c05cde9

Please sign in to comment.