This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/tomcat-maven-plugin.git


The following commit(s) were added to refs/heads/trunk by this push:
     new c5df737  Update to maven-filtering 3.4.0
c5df737 is described below

commit c5df737e2f565e69276addcaa01e32026b6c872c
Author: Mark Thomas <[email protected]>
AuthorDate: Tue Jan 27 12:15:05 2026 +0000

    Update to maven-filtering 3.4.0
    
    Reported by dependabot. Updated manually as maven-core dependency was
    changed to provided in 3.3.0 so needed to add it explicitly to the
    plugins.
---
 pom.xml                      | 2 +-
 tomcat7-maven-plugin/pom.xml | 4 ++++
 tomcat8-maven-plugin/pom.xml | 4 ++++
 3 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index da747a8..bb55cfb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -583,7 +583,7 @@
       <dependency>
         <groupId>org.apache.maven.shared</groupId>
         <artifactId>maven-filtering</artifactId>
-        <version>1.0</version>
+        <version>3.4.0</version>
         <exclusions>
           <exclusion>
             <groupId>nekohtml</groupId>
diff --git a/tomcat7-maven-plugin/pom.xml b/tomcat7-maven-plugin/pom.xml
index 8bf9d29..0f44a75 100644
--- a/tomcat7-maven-plugin/pom.xml
+++ b/tomcat7-maven-plugin/pom.xml
@@ -161,6 +161,10 @@
       <groupId>org.apache.tomcat.maven</groupId>
       <artifactId>tomcat7-war-runner</artifactId>
     </dependency>
+    <dependency>
+      <groupId>org.apache.maven</groupId>
+      <artifactId>maven-core</artifactId>
+    </dependency>
     <dependency>
       <groupId>org.apache.maven</groupId>
       <artifactId>maven-plugin-api</artifactId>
diff --git a/tomcat8-maven-plugin/pom.xml b/tomcat8-maven-plugin/pom.xml
index 6bb6885..59fe8fd 100644
--- a/tomcat8-maven-plugin/pom.xml
+++ b/tomcat8-maven-plugin/pom.xml
@@ -161,6 +161,10 @@
       <groupId>org.apache.tomcat.maven</groupId>
       <artifactId>tomcat8-war-runner</artifactId>
     </dependency>
+    <dependency>
+      <groupId>org.apache.maven</groupId>
+      <artifactId>maven-core</artifactId>
+    </dependency>
     <dependency>
       <groupId>org.apache.maven</groupId>
       <artifactId>maven-plugin-api</artifactId>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to