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-dependency-analyzer.git


The following commit(s) were added to refs/heads/master by this push:
     new 7f48e37  Update Invoker Plugin and Plugin tools to support Java 25 
(#253)
7f48e37 is described below

commit 7f48e3712093c1ff5e5daabfeb30962c9f12b314
Author: Matthias Bünger <[email protected]>
AuthorDate: Mon Oct 27 07:00:36 2025 +0100

    Update Invoker Plugin and Plugin tools to support Java 25 (#253)
---
 pom.xml | 2 ++
 1 file changed, 2 insertions(+)

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>

Reply via email to