The Apache Maven team is pleased to announce the release of the Maven
Dependency Plugin version 3.7.1

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.7.1</version>
</plugin>

You can download the appropriate sources etc. from the download page:
https://maven.apache.org/plugins/maven-dependency-plugin/download.cgi

Release Notes - Maven Dependency Plugin - Version 3.7.1

** Bug
    * [MDEP-943] - [REGRESSION] appendOutput for tree goal broken for
multi-module project

** Improvement
    * [MDEP-940] - Use Resolver API instead of m-a-t for resolving artifacts

** Task
    * [MDEP-945] - Fix documentation about get goal

** Dependency upgrade
    * [MDEP-944] - Bump
org.apache.maven.shared:maven-common-artifact-filters from 3.3.2 to 3.4.0

Enjoy,

-The Apache Maven team

Reply via email to