[ANN] Apache Maven Dependency Analyzer 1.17.1 Released

Slawomir Jaranowski <[email protected]> Sat, 16 May 2026 09:13:25 +0200
Newsgroups gmane.comp.jakarta.turbine.maven.user
Message-ID <CAGjJkv0BCT_ScRLBP-Euz1R-4EZ84LysoU5VuzxxiAgPnOmRfg__40150.0028137647$1778915642$gmane$org@mail.gmail.com>
The Apache Maven team is pleased to announce the release of the Apache
Maven Dependency Analyzer, version 1.17.1

https://maven.apache.org/shared/maven-dependency-analyzer/

You should specify the version in your project's dependencies configuration:

<dependency>
  <groupId>org.apache.maven.shared</groupId>
  <artifactId>maven-dependency-analyzer</artifactId>
  <version>1.17.1</version>
</dependency>

You can download the appropriate sources etc. from the download page:
https://maven.apache.org/shared/maven-dependency-analyzer/download.cgi

Release Notes
https://github.com/apache/maven-dependency-analyzer/releases/tag/maven-dependency-analyzer-1.17.1

Enjoy,

-The Apache Maven team