ben-manes / gradle-versions-plugin

Gradle plugin to discover dependency updates
Apache License 2.0
3.83k stars 200 forks source link

How to update versions? #734

Closed YunaBraska closed 1 year ago

YunaBraska commented 1 year ago

Can i update my versions automatically like in maven versions:use-latest-versions? If yes, then how?

ben-manes commented 1 year ago

I believe the version-catalog-update-plugin and gradle-use-latest-versions-plugin support that, and maybe others do too. Since Gradle build files are code this is harder to do unless you follow a convention like toml catalogs. This plugin doesn’t offer more than reporting.