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

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 dependency configuration:

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

You can download the appropriate sources etc. from the download page:

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

Release Notes - Maven Shared Components - Version
maven-dependency-analyzer-1.13.1

** Bug
    * [MSHARED-1149] - DependencyClassFileVisitor should use Logger

** Improvement
    * [MSHARED-1205] - Integration tests do not run on Java 19

** Task
    * [MSHARED-894] - deprecate methods in IOUtils that duplicate Java 7+
and/or commons-io functionality
    * [MSHARED-1220] - Refresh download page
    * [MSHARED-1224] - Prefer JDK classes to Plexus utils

** Dependency upgrade
    * [MSHARED-1217] - Bump plexus-utils from 3.4.2 to 3.5.1
    * [MSHARED-1218] - Bump asm from 9.3 to 9.5 - JDK 20, 21
    * [MSHARED-1219] - Upgrade Parent to 39

Enjoy,

-The Apache Maven team

Reply via email to