-
Notifications
You must be signed in to change notification settings - Fork 356
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support adding Gradle constraints for upgrading versions of transitive dependencies #1181
Comments
Hi @billkoch. We don't have that capability right now, but I agree that it would be great to have. Our support for refactoring Gradle build files is very immature. In the more mature Maven AST we have full transitive dependency resolution information. |
Thanks for the quick response @sambsnyd! I'm looking forward to this being supported in the future! |
This has been added in #4027 and expanded since. You can use this via:
Hope that helps! |
First I just wanted to say thank you for all the work that's gone into this project! As someone who's been upgrading Java projects and addressing CVEs in code bases, I'm excited to see a programmable way of handling such monotonous tasks.
One common thing I find myself doing is upgrading the versions of transitive dependencies using Gradle's dependency constraints feature:
I didn't see any documentation or recipes around doing this, although I certainly could have missed it. Does this seem like a feature you all would like to support?
The text was updated successfully, but these errors were encountered: