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