This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to branch issue/SLING-12153 in repository https://gitbox.apache.org/repos/asf/sling-slingfeature-maven-plugin.git
commit 69ea603a611232d15b76a843c37d4fbf3e5a4c8a Author: Robert Munteanu <[email protected]> AuthorDate: Tue Nov 14 17:56:54 2023 +0100 SLING-12153 - Update maven-archiver and maven-filtering --- 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 -->
