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


The following commit(s) were added to refs/heads/master by this push:
     new e61e6fe  Update Invokerplugin to 3.9.1 to support Java 25 (#486)
e61e6fe is described below

commit e61e6fe5433b053356f3f5232b22ab695844c652
Author: Matthias Bünger <[email protected]>
AuthorDate: Sun Oct 19 08:27:16 2025 +0200

    Update Invokerplugin to 3.9.1 to support Java 25 (#486)
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index 80355fd..6a02bdc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -230,6 +230,7 @@
           <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-invoker-plugin</artifactId>
+            <version>3.9.1</version>
             <configuration>
               <goals>
                 <goal>clean</goal>

Reply via email to