4

How can I use maven to determine if there are updates to any of the third party jars that the project uses without actually modifying the project?

1 Answer 1

6

I think that versions:display-dependency-updates is what you're looking for.

Not the answer you're looking for? Browse other questions tagged or ask your own question.