Similar to Maven commands like:
And just to spam more keywords, here are some Maven commands that display updates but don't make the changes:
mvn versions:display-property-updates
mvn versions:display-dependency-updates
I poked around the web and found some a project for keeping Bazel deps up to date, but it has its own system that might not play well with bazel-common:
https://github.com/johnynek/bazel-deps
I notice that it's mentioned in:
https://github.com/bazelbuild/BUILD_file_generator#third-party-maven-dependencies
Similar to Maven commands like:
mvn versions:use-latest-versionsmvn versions:use-latest-releasesmvn versions:update-propertiesAnd just to spam more keywords, here are some Maven commands that display updates but don't make the changes:
mvn versions:display-property-updatesmvn versions:display-dependency-updatesI poked around the web and found some a project for keeping Bazel deps up to date, but it has its own system that might not play well with
bazel-common:https://github.com/johnynek/bazel-deps
I notice that it's mentioned in:
https://github.com/bazelbuild/BUILD_file_generator#third-party-maven-dependencies