Maintenance of current version of dependency is important in every project.
In maven project you can use versions-maven-plugin
to help find what can be updated.
versions-maven-plugin
has many goals to show dependency updates for different kind of artifacts,
like project dependency, plugin dependency.
In order to show all kind of dependency in your project you can put in your project pom.xml
or better in your parent pom for your projects bellow code:
And now you can simply run:
mvn -P update-show
Tags: maven dependency