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

cziegeler 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 3f02578  SLING-12398 : Require Apache Maven 3.8.1
3f02578 is described below

commit 3f025780b3e6d7862c2d9db74df0c6821073630b
Author: Carsten Ziegeler <[email protected]>
AuthorDate: Fri Aug 2 07:22:38 2024 +0200

    SLING-12398 : Require Apache Maven 3.8.1
---
 pom.xml | 38 +++++++++++++++++++++-----------------
 1 file changed, 21 insertions(+), 17 deletions(-)

diff --git a/pom.xml b/pom.xml
index 63a38ff..e7c89b2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -33,7 +33,7 @@
 
     <properties>
         <sling.java.version>11</sling.java.version>
-        <maven.version>3.6.3</maven.version>
+        <maven.version>3.8.1</maven.version>
         <maven.scm.version>1.11.2</maven.scm.version>
         
<maven.site.path>${project.artifactId}-archives/${project.artifactId}-LATEST</maven.site.path>
         
<project.build.outputTimestamp>1719002930</project.build.outputTimestamp>
@@ -47,6 +47,10 @@
     <tag>HEAD</tag>
   </scm>
 
+    <prerequisites>
+        <maven>${maven.version}</maven>
+    </prerequisites>
+
     <build>
         <plugins>
             <plugin>
@@ -103,8 +107,8 @@
                         <exclude>src/site/markdown/**</exclude>
                         <exclude>src/test/resources/**/*.txt</exclude>
                         <exclude>src/test/resources/**/*.feature</exclude>
-                       <exclude>src/test/resources/**/*.xml</exclude>
-                       
<exclude>src/test/resources/META-INF/services/*</exclude>
+                        <exclude>src/test/resources/**/*.xml</exclude>
+                        
<exclude>src/test/resources/META-INF/services/*</exclude>
                         <exclude>src/it/**/*.json</exclude>
                     </excludes>
                 </configuration>
@@ -196,7 +200,7 @@
         <dependency>
             <groupId>org.apache.commons</groupId>
             <artifactId>commons-text</artifactId>
-            <version>1.10.0</version>
+            <version>1.12.0</version>
             <scope>compile</scope>
         </dependency>
         <dependency>
@@ -208,7 +212,7 @@
         <dependency>
             <groupId>org.apache.felix</groupId>
             <artifactId>org.apache.felix.cm.json</artifactId>
-            <version>2.0.0</version>
+            <version>2.0.6</version>
             <scope>compile</scope>
         </dependency>
         <dependency>
@@ -275,7 +279,7 @@
         <dependency>
             <groupId>org.javassist</groupId>
             <artifactId>javassist</artifactId>
-            <version>3.29.2-GA</version>
+            <version>3.30.2-GA</version>
             <scope>compile</scope>
         </dependency>
         <dependency>
@@ -308,10 +312,16 @@
             <version>${maven.version}</version>
             <scope>provided</scope>
         </dependency>
+        <dependency>
+            <groupId>org.apache.maven</groupId>
+            <artifactId>maven-model-builder</artifactId>
+            <version>${maven.version}</version>
+            <scope>provided</scope>
+        </dependency>
         <dependency>
             <groupId>org.apache.maven</groupId>
             <artifactId>maven-archiver</artifactId>
-            <version>3.6.0</version>
+            <version>3.6.2</version>
             <scope>compile</scope>
         </dependency>
         <dependency>
@@ -340,13 +350,13 @@
         <dependency>
             <groupId>org.codehaus.plexus</groupId>
             <artifactId>plexus-archiver</artifactId>
-            <version>4.8.0</version>
+            <version>4.10.0</version>
             <scope>compile</scope>
         </dependency>
         <dependency>
             <groupId>org.codehaus.plexus</groupId>
             <artifactId>plexus-utils</artifactId>
-            <version>3.4.1</version>
+            <version>3.5.1</version>
             <scope>compile</scope>
         </dependency>
         <dependency>
@@ -358,13 +368,13 @@
         <dependency>
             <groupId>commons-io</groupId>
             <artifactId>commons-io</artifactId>
-            <version>2.11.0</version>
+            <version>2.16.1</version>
             <scope>compile</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.maven.shared</groupId>
             <artifactId>maven-filtering</artifactId>
-            <version>3.3.1</version>
+            <version>3.3.2</version>
             <scope>compile</scope>
         </dependency>
         <!-- schema validation -->
@@ -405,12 +415,6 @@
             <version>${maven.scm.version}</version>
             <scope>compile</scope>
         </dependency>
-        <dependency>
-            <groupId>org.apache.maven</groupId>
-            <artifactId>maven-model-builder</artifactId>
-            <version>3.6.3</version>
-            <scope>provided</scope>
-        </dependency>
         <dependency>
             <groupId>org.apache.maven.shared</groupId>
             <artifactId>maven-artifact-transfer</artifactId>

Reply via email to