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-jdeprscan-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new 6f8f2eb  Update parent to 45 and invoker to 3.9.1 (Java 25) (#59)
6f8f2eb is described below

commit 6f8f2eb7d73c1f88c6a9b1c8760c252aa4cdbf9f
Author: Matthias Bünger <[email protected]>
AuthorDate: Mon Oct 27 16:51:44 2025 +0100

    Update parent to 45 and invoker to 3.9.1 (Java 25) (#59)
---
 pom.xml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 6050f3e..8d10619 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@ under the License.
   <parent>
     <groupId>org.apache.maven.plugins</groupId>
     <artifactId>maven-plugins</artifactId>
-    <version>43</version>
+    <version>45</version>
     <relativePath />
   </parent>
 
@@ -71,6 +71,7 @@ under the License.
     <dependency>
       <groupId>org.apache.maven.plugin-tools</groupId>
       <artifactId>maven-plugin-annotations</artifactId>
+      <version>${version.maven-plugin-tools}</version>
       <scope>provided</scope>
     </dependency>
     <!-- Maven -->
@@ -118,6 +119,7 @@ under the License.
           <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-invoker-plugin</artifactId>
+            <version>3.9.1</version>
             <configuration>
               <projectsDirectory>src/it/projects</projectsDirectory>
               <pomIncludes>

Reply via email to