The Apache Maven team is pleased to announce the release of the Maven
Dependency Plugin version 3.6.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.6.0</version>
</plugin>
Release Notes - Maven Dependency Plugin - Version 3.6.0
** Bug
* [MDEP-630] - error dependency:list (caused by postgresql dependency)
* [MDEP-842] - :list-classes does not skip if skip is set
* [MDEP-843] - :list-classes does not use GAV parameters
** Improvement
* [MDEP-853] - list-repositories - improvements
* [MDEP-862] - warns about depending on plexus-container-default
* [MDEP-864] - Replace AnalyzeReportView with a new
AnalyzeReportRenderer
** Task
* [MDEP-849] - Replace Maven shared StringUtils with Commons Lang3
* [MDEP-855] - Remove unused and ignored parameter - useJvmChmod
* [MDEP-857] - Remove custom plexus configuration
* [MDEP-859] - Code refactor - UnpackUtil
* [MDEP-866] - Refresh download page
** Dependency upgrade
* [MDEP-848] - Dependency Analysis does not work under Java 20
* [MDEP-850] - Upgrade Parent to 39
* [MDEP-851] - Bump plexus-archiver from 4.6.2 to 4.7.1
* [MDEP-854] - Bump jsoup from 1.15.3 to 1.16.1
* [MDEP-856] - Upgrade commons-text to 1.10.0
* [MDEP-860] - Bump maven-dependency-analyzer from 1.13.1 to 1.13.2
* [MDEP-867] - Upgrade plugins in ITs
Enjoy,
-The Apache Maven team