Update Invoker Plugin and Plugin tools to support Java 25 (#253)
diff --git a/pom.xml b/pom.xml
index 5b16e14..043babd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -57,6 +57,7 @@
</distributionManagement>
<properties>
+ <version.maven-plugin-tools>3.15.2</version.maven-plugin-tools>
<mavenVersion>3.9.11</mavenVersion>
<javaVersion>8</javaVersion>
<project.build.outputTimestamp>2025-04-14T16:19:51Z</project.build.outputTimestamp>
@@ -154,6 +155,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-invoker-plugin</artifactId>
+ <version>3.9.1</version>
<configuration>
<cloneProjectsTo>${project.build.directory}/it</cloneProjectsTo>
<localRepositoryPath>target/local-repo</localRepositoryPath>