How to check pom.xml for updated dependencies
问题 I am fairly new to Maven and pom.xml. Is there a way I can find out which of my dependencies that are outdated, so that I can update version numbers in my pom.xml. In other languages, for instance, Ruby has the command gem list outdated that gives me a list of dependencies (rubygems) I can update I am using IntelliJ Idea if that can help. 回答1: You can do this with the Versions Maven Plugin. Check the following goals: versions:display-dependency-updates scans a project's dependencies and