This is an automated email from the ASF dual-hosted git repository.
mbuenger pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-changes-plugin.git
The following commit(s) were added to refs/heads/master by this push:
new fecfdbd Update Invoker-Plugin to Support Java 25 (#612)
fecfdbd is described below
commit fecfdbdb155f0edf7a1586bad2943fd7ecee67b3
Author: Matthias Bünger <[email protected]>
AuthorDate: Fri Oct 24 22:47:45 2025 +0200
Update Invoker-Plugin to Support Java 25 (#612)
---
pom.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/pom.xml b/pom.xml
index 8f7b8e2..2612211 100644
--- a/pom.xml
+++ b/pom.xml
@@ -475,6 +475,7 @@ under the License.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-invoker-plugin</artifactId>
+ <version>3.9.1</version>
<configuration>
<goals>
<goal>clean</goal>