[ANN] Apache Maven Dependency Plugin 3.9.0 Released

Slawomir Jaranowski <[email protected]> Thu, 2 Oct 2025 19:22:03 +0200
Newsgroups gmane.comp.jakarta.turbine.maven.user
Message-ID <CAGjJkv2YSuHQJUEEUV3hobAb1iufyTuX=r=JHYObFu1XUL2kOw__17050.5771342263$1759425765$gmane$org@mail.gmail.com>
The Apache Maven team is pleased to announce the release of the Apache
Maven Dependency Plugin, version 3.9.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.9.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.9.0

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

Enjoy,

-The Apache Maven team