This is an automated email from the ASF dual-hosted git repository.
slachiewicz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-jdeprscan-plugin.git
The following commit(s) were added to refs/heads/master by this push:
new c154eda Require Maven 3.6.3+. Update Maven deps to 3.9.12
c154eda is described below
commit c154eda63f90f219288fabe69564cd92a9b92b58
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>