The Apache Maven team is pleased to announce the release of the Maven Dependency Plugin version 3.2.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.2.0</version>
</plugin>


Release Notes - Maven Dependency Plugin - Version 3.2.0

** Bug
    * [MDEP-693] - `dependency:analyze-only` goal fails on OpenJDK 14
    * [MDEP-698] - FileWriter and FileReader should be replaced
* [MDEP-739] - Dependency Plugin go-offline doesn't respect artifact classifier * [MDEP-740] - analyze-only failed: Unsupported class file major version 60 (Java 16) * [MDEP-747] - analyze-only failed: Unsupported class file major version 61 (Java 17)
    * [MDEP-749] - copy-dependencies fails when using excludeScope=test

** New Feature
    * [MDEP-714] - Add analyze parameter "ignoreUnusedRuntime"

** Dependency upgrade
    * [MDEP-686] - Upgrade maven-artifact-transfer from 0.11.0 to 0.13.1
    * [MDEP-720] - Update maven-dependency-analyzer to 1.11.3


Enjoy,

-The Apache Maven team

Reply via email to