[ANN] Apache Maven Dependency Plugin 3.10.0 Released

Slawomir Jaranowski <[email protected]> Sun, 8 Feb 2026 22:37:21 +0100
Newsgroups gmane.comp.jakarta.turbine.maven.user
Message-ID <CAGjJkv2c+k7uhhG=_QvMrLeVAKmSBb9Wha=ZEJ0U_Xtq_fv_XQ__38505.9228561417$1770586680$gmane$org@mail.gmail.com>
The Apache Maven team is pleased to announce the release of the Apache
Maven Dependency Plugin, version 3.10.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.10.0</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.10.0

https://github.com/apache/maven-dependency-plugin/releases/tag/maven-dependency-plugin-3.10.0

Enjoy,

-The Apache Maven team