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

rombert pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/sling-slingfeature-maven-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new dd946fa  SLING-12153 - Update maven-archiver and maven-filtering (#81)
dd946fa is described below

commit dd946fab85eae2ae0b0b93d980894dd594d0efb0
Author: Robert Munteanu <[email protected]>
AuthorDate: Wed Nov 15 08:36:20 2023 +0100

    SLING-12153 - Update maven-archiver and maven-filtering (#81)
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 699b2de..1172d97 100644
--- a/pom.xml
+++ b/pom.xml
@@ -318,7 +318,7 @@
         <dependency>
             <groupId>org.apache.maven</groupId>
             <artifactId>maven-archiver</artifactId>
-            <version>3.5.1</version>
+            <version>3.6.0</version>
             <scope>compile</scope>
         </dependency>
         <dependency>
@@ -371,7 +371,7 @@
         <dependency>
             <groupId>org.apache.maven.shared</groupId>
             <artifactId>maven-filtering</artifactId>
-            <version>3.2.0</version>
+            <version>3.3.1</version>
             <scope>compile</scope>
         </dependency>
         <!-- schema validation -->

Reply via email to