dependabot-core icon indicating copy to clipboard operation
dependabot-core copied to clipboard

Maven Wrapper support

Open ascopes opened this issue 3 months ago • 1 comments

Is there an existing issue for this?

  • [x] I have searched the existing issues (and cannot find one under this wording, so hopefully I have not duplicated anything)

Feature description

I would like dependabot to check the primary Maven repository for the latest version of org.apache.maven:maven-core to determine the newest version of Maven.

If a .mvn/wrapper directory exists, dependabot should run ./mvnw --version to see which version of Maven is configured via the Maven wrapper.

in the case of a discrepency, ./mvnw wrapper:wrapper -Dmaven=${version} should be run to update the Maven wrapper version.

ascopes avatar Sep 27 '25 07:09 ascopes

Duplicate of #485

yeikel avatar Dec 10 '25 06:12 yeikel