The POM-report page allows you to quickly verify if the dependencies in your POM are up-to-date.
Simply copy-paste the contents of your POM, or just the dependencies part of your POM, and choose
analyze. The dependencies are analyzed and their versions are checked against our database. The
dependencies and the available versions are displayed in a table.
The dependencies are also analyzed to build up a classpath which is shown in another table.
In here you can see the drilldown of all the dependencies.
It is interesting to see what is all needed, and which versions are actually used by the dependencies.
Of course maven will use the newest version in the classpath where applicable.
Check our
example to find out how it works!
Dependency snippet: