Maven Invoker Plugin 3.5.0 released

Michael Osipov <[email protected]> Wed, 15 Feb 2023 13:45:15 +0100
Newsgroups gmane.comp.jakarta.log4j.devel,gmane.comp.jakarta.avalon.user,gmane.comp.apache.maven.announce
Message-ID <5d601ac3-0e65-809d-4dff-4aa4ba6d9715__37590.443731618$1676465274$gmane$org@apache.org>
The Apache Maven team is pleased to announce the release of the Maven 
Invoker Plugin version 3.5.0.

https://maven.apache.org/plugins/maven-invoker-plugin/

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

<plugin>
   <groupId>org.apache.maven.plugins</groupId>
   <artifactId>maven-invoker-plugin</artifactId>
   <version>3.5.0</version>
</plugin>


Release Notes - Maven Invoker Plugin - Version 3.5.0

** Bug
     * [MINVOKER-318] - invoker install can not resolve test 
dependencies if they overlap with runtime deps
     * [MINVOKER-319] - Invoker Install fail with Maven 4.0.0-alpha-4
     * [MINVOKER-323] - DefaultVersionResolver is inflicting 
ArtifactNotFoundException for classifiers with SNAPSHOT version

** Improvement
     * [MINVOKER-313] - Get rid of maven-artifact-transfer

** Task
     * [MINVOKER-324] - Fix Temporary File Information Disclosure 
Vulnerability

** Dependency upgrade
     * [MINVOKER-322] - Bump assertj-core from 3.23.1 to 3.24.2
     * [MINVOKER-325] - Upgrade to groovy 4.0.9
     * [MINVOKER-326] - Bump doxia-sink-api from 1.11.1 to 1.12.0
     * [MINVOKER-327] - Upgrade to parent 39


Enjoy,

-The Apache Maven team