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

slachiewicz pushed a commit to branch mvn363
in repository https://gitbox.apache.org/repos/asf/maven-jdeprscan-plugin.git

commit 7fec3fa458701d35e5e3b92f92561b0f2e5585f7
Author: Sylwester Lachiewicz <[email protected]>
AuthorDate: Mon Dec 22 00:55:59 2025 +0100

    Require Maven 3.6.3+. Update Maven deps to 3.9.12
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 3ab75b9..6d82e99 100644
--- a/pom.xml
+++ b/pom.xml
@@ -36,7 +36,7 @@ under the License.
   <inceptionYear>2017</inceptionYear>
 
   <prerequisites>
-    <maven>${mavenVersion}</maven>
+    <maven>3.6.3</maven>
   </prerequisites>
 
   <scm>
@@ -61,7 +61,7 @@ under the License.
   </distributionManagement>
 
   <properties>
-    <mavenVersion>3.2.5</mavenVersion>
+    <mavenVersion>3.9.12</mavenVersion>
     <javaVersion>8</javaVersion>
     
<project.build.outputTimestamp>2020-04-07T21:04:00Z</project.build.outputTimestamp>
   </properties>

Reply via email to