[ANN] Apache Maven Dependency Plugin 3.11.0 Released

Slawomir Jaranowski <[email protected]> Thu, 28 May 2026 09:03:54 +0200
Newsgroups gmane.comp.jakarta.turbine.maven.user
Message-ID <CAGjJkv3O3cnzACmF1H_x0KYiD7pLVf9QDA5RHz_RDr=Ms-t72Q__21213.460974262$1779951881$gmane$org@mail.gmail.com>
The Apache Maven team is pleased to announce the release of the Apache
Maven Dependency Plugin, version 3.11.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.11.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.11.0

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

Enjoy,

-The Apache Maven team