This is an automated email from the ASF dual-hosted git repository.

slachiewicz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-ear-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new edbb420  Update Maven invoker Plugin to 3.9.1 to support Java 25
edbb420 is described below

commit edbb4203e74b16a6da5b4288a8eb51717e3b2c4b
Author: Matthias Bünger <[email protected]>
AuthorDate: Sat Oct 18 16:26:31 2025 +0200

    Update Maven invoker Plugin to 3.9.1 to support Java 25
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index 8a3c5c6..b712794 100644
--- a/pom.xml
+++ b/pom.xml
@@ -303,6 +303,7 @@
           <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-invoker-plugin</artifactId>
+            <version>3.9.1</version>
             <configuration>
               <streamLogs>false</streamLogs>
               <!-- NOTE: Must be synced with the repo path used by 
AbstractEarPluginIT -->

Reply via email to