-
Notifications
You must be signed in to change notification settings - Fork 267
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
Introduce processDependencyManagementTransitive to display-dependency-updates #291
Comments
Yes please 👍 I just waited 15 minutes for display-dependency-updates to go through all transitive Spring Boot dependencies. Sure, I'll use dependency-update-report for now but it would be nice to have it for display-dependency-updates as well. |
Please! |
Especially for Spring Boot projects, this option would be very helpful. |
Bump |
This needs to be reopened. I'd also like to extend the request to include the various |
i've created a PR (still a draft) as proposal: #588 give it a try, in my tests it works very well with "import" dependencies in the current project. it does not handle them fully as expected in the parent project, still it's a big improvement for projects with lots of transitive dependencies via "import" dependencies. |
#129 introduced the property
processDependencyManagementTransitive
to dependency-update-report. This property should also be available for display-dependency-updates.The text was updated successfully, but these errors were encountered: