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-install-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new 4cf2f78  Update Invoker plugin to 3.9.1 to support Java 25 (#369)
4cf2f78 is described below

commit 4cf2f78919129a8f121a07ede06fe83289db151c
Author: Matthias Bünger <[email protected]>
AuthorDate: Tue Oct 21 20:02:46 2025 +0200

    Update Invoker plugin to 3.9.1 to support Java 25 (#369)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index ca1efee..b8dd72e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -91,7 +91,7 @@
     <mockitoVersion>5.20.0</mockitoVersion>
     <version.plexus-xml>4.0.1</version.plexus-xml>
     
<version.maven-plugin-tools>${mavenPluginPluginVersion}</version.maven-plugin-tools>
-    <version.maven-invoker-plugin>3.7.0</version.maven-invoker-plugin>
+    <version.maven-invoker-plugin>3.9.1</version.maven-invoker-plugin>
 
     <!-- TODO remove property maven4x.site.path with next parent -->
     
<maven4x.site.path>plugins-archives/${project.artifactId}-LATEST-4.x</maven4x.site.path>

Reply via email to