I have a dependency in a fairly large multi-project build that is being updated by ____ ?
I can run the ‘dependencies’ task to see that it’s being updated, but how can I determine which dependency is actually causing this forced version update?
Run the dependencyInsight task on the project that depends on the most number of projects in the build, providing the name of the dependency with the --dependency argument. It will show each requested version of that dependency, and a dependency tree of where it came from.