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-jlink-plugin.git
The following commit(s) were added to refs/heads/master by this push:
new dc15eb1 Update Invokerplugin to 3.9.1 to support Java 25 (#639)
dc15eb1 is described below
commit dc15eb1e1d4019df1e357b7021035f54ae563399
Author: Matthias Bünger <[email protected]>
AuthorDate: Sun Oct 19 08:31:13 2025 +0200
Update Invokerplugin to 3.9.1 to support Java 25 (#639)
---
pom.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/pom.xml b/pom.xml
index 2a5eca8..e257e39 100644
--- a/pom.xml
+++ b/pom.xml
@@ -210,6 +210,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-invoker-plugin</artifactId>
+ <version>3.9.1</version>
</plugin>
</plugins>
</reporting>