You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We use the command bazel run @maven//:outdated to fetch outdated dependencies and update them. We have this command embedded in a script to do this for us.
We recently noticed that this command does not take into account the boms section of MODULE.bazel. Would it be possible to have an improvement and make the command also check the boms section?
Thank you!
The text was updated successfully, but these errors were encountered:
We use the command
bazel run @maven//:outdated
to fetch outdated dependencies and update them. We have this command embedded in a script to do this for us.We recently noticed that this command does not take into account the
boms
section ofMODULE.bazel
. Would it be possible to have an improvement and make the command also check theboms
section?Thank you!
The text was updated successfully, but these errors were encountered: