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-jdeps-plugin.git
commit bc317e4364406a48e9b8760770f48399d5b9375a 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>
