I try to find out, which of my versions in my project is responsible for a version in my final build. I updated the Spring starter
to 2.6.6
and this should update the subdependencies to version 5.3.18
but there are still dependencies with 5.3.15
. So currently I try to figure out which dependency is forcing maven to use the 5.3.15
. The mvn dependency:tree -verbose
flag doesn't really help. I only get the information that maven is still using 5.3.15
.
Is there a way to let maven print out which version creates the conflict of versioning and forces maven to use the old one?