The Apache Maven team is pleased to announce the release of the Apache
Maven Dependency Analyzer, version 1.14.0

This component analyzes the dependencies of a project for undeclared or
unused artifacts.

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.14.0</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 - Maven Shared Components - Version
maven-dependency-analyzer-1.14.0

** Bug
    * [MSHARED-1248] - maven-dependency-analyzer should log instead of
failing when analyzing a corrupted jar file
    * [MSHARED-1347] - maven-dependency-plugin ignores class of object
passed as a parameter to method references

** New Feature
    * [MSHARED-1393] - Allow to exclude classes from verification - revert
MSHARED-1248

** Improvement
    * [MSHARED-1331] - Upgrade maven-shared-parent to version 40
    * [MSHARED-1332] - Usage of bom instead of single dependencies
    * [MSHARED-1394] - Upgrade Maven core dependencies to the latest and
make as provided
    * [MSHARED-1395] - Remove dependency on commons-io

** Dependency upgrade
    * [MSHARED-1272] - commons-io from 2.11.0 to 2.16.1
    * [MSHARED-1356] - Upgrade Parent to 42
    * [MSHARED-1372] - Upgrade ASM from 9.5 to 9.7 (Java 23)

Enjoy,

-The Apache Maven team

Reply via email to