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-jdeps-plugin.git
The following commit(s) were added to refs/heads/master by this push:
new 7700d4d Require Maven 3.6.3+
7700d4d is described below
commit 7700d4de404e105781f91029ca483d60037870c1
Author: Sylwester Lachiewicz <[email protected]>
AuthorDate: Sun Dec 28 19:53:52 2025 +0100
Require Maven 3.6.3+
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 0ca63bb..ba2c730 100644
--- a/pom.xml
+++ b/pom.xml
@@ -42,7 +42,7 @@ under the License.
</contributors>
<prerequisites>
- <maven>3.0.0</maven>
+ <maven>3.6.3</maven>
</prerequisites>
<scm>