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-shade-plugin.git
commit c808d3bfe6f9c6ec8364bfc7f1c42ae5dc149656 Author: Matthias Bünger <[email protected]> AuthorDate: Mon Nov 3 17:54:09 2025 +0100 Update 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 e4f34a1..b1204ed 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> <goals> <goal>package</goal>
