georgberky / dependency-update-maven-plugin

A Maven plugin that creates merge requests for dependency updates.
Apache License 2.0
27 stars 9 forks source link

Require Maven as prerequisite #79

Closed bmarwell closed 6 months ago

bmarwell commented 7 months ago

all official maven plugins now require Maven 3.6.3 as a minimum because of API stability and Maven EOL.

The current plugin requires 3.8.8, but this is not set as prerequisite