Sami Eljabali
05/24/2023, 6:09 AMVampire
05/24/2023, 6:55 AMgradle-versions-plugin
and refreshVersions
.ephemient
05/24/2023, 7:02 AMephemient
05/24/2023, 7:02 AMVampire
05/24/2023, 7:03 AMephemient
05/24/2023, 7:04 AMSami Eljabali
05/24/2023, 7:24 AMhfhbd
05/24/2023, 7:41 AMephemient
05/24/2023, 7:44 AMVampire
05/24/2023, 7:58 AMrefreshVersions
plugin can update any version in normal notation that is coming from a Maven repository but being a Gradle plugin also properly gets all dependency information.ephemient
05/24/2023, 8:10 AMresolutionStrategy.force
or metadata rules that are still too much for tooling to handle generallyephemient
05/24/2023, 8:12 AMVampire
05/24/2023, 8:36 AMephemient
05/24/2023, 9:02 AMMustafa Ozhan
05/24/2023, 9:28 AMrenovate
more efficient than dependabot
it has also dashboard and nice PR description for the version updates. It works well with gradle version catalogs like dependabot, renovate also supports updating the gradle-wrapper version tooRob Murdock
05/24/2023, 1:25 PMVampire
05/24/2023, 1:28 PMrefreshVersions
? As long as you only use Maven repositories, it is great to update the versions as it is faster than the versions plugin and can give you all newer versions as comments. I usually use both, Ben Manes' plugin for checking what is outdated, refreshVersions
to update versions when I want to update them.Rob Murdock
05/24/2023, 1:29 PMephemient
05/24/2023, 1:31 PMRob Murdock
05/24/2023, 1:34 PMVampire
05/24/2023, 1:35 PMVampire
05/24/2023, 1:36 PMrefreshVersions
did not support version catalogs, but only their own properties file for versions. Didn't like it back then, but since it supports updating the standard version catalog file, I quite like it.