The Apache Maven team is pleased to announce the release of the Maven
Dependency Plugin version 3.5.0.
https://maven.apache.org/plugins/maven-dependency-plugin/
You should specify the version in your project's plugin configuration:
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
<version>3.5.0</version>
</plugin>
Release Notes - Maven Dependency Plugin - Version 3.5.0
** Improvement
* [MDEP-831] - Remove not used dependencies / Replace parts
** Task
* [MDEP-841] - Explicitly start and end tables with Doxia Sinks in
report renderers
** Dependency upgrade
* [MDEP-837] - Upgrade Parent to 38
Enjoy,
-The Apache Maven team