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-javadoc-plugin.git
The following commit(s) were added to refs/heads/master by this push:
new 498ff15e Update Invokerplugin (#1285)
498ff15e is described below
commit 498ff15e2d11563e907d434973f36d1f934cf0e1
Author: Matthias Bünger <[email protected]>
AuthorDate: Sun Nov 9 17:08:53 2025 +0100
Update Invokerplugin (#1285)
---
pom.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/pom.xml b/pom.xml
index be9242ba..48a2bad6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -513,6 +513,7 @@ under the License.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-invoker-plugin</artifactId>
+ <version>3.9.1</version>
<configuration>
<localRepositoryPath>${project.build.directory}/local-repo</localRepositoryPath>
<projectsDirectory>src/it/projects</projectsDirectory>