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


Release Notes - Maven Dependency Plugin - Version 3.6.1

** Bug
    * [MDEP-875] - Regression: list-repositories may produce NPE

** Dependency upgrade
    * [MDEP-868] - maven-shared-utils to 3.4.2
    * [MDEP-872] - update commons-io to 2.13.0
    * [MDEP-882] - Upgrade plexus-archiver due to CVE-2023-37460
    * [MDEP-883] - Upgrade maven-plugin parent to 40


Enjoy,

-The Apache Maven team

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to