How to check pom.xml for updated dependencies

前端 未结 3 861
眼角桃花
眼角桃花 2021-01-30 15:57

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 ot

3条回答
  •  栀梦
    栀梦 (楼主)
    2021-01-30 16:50

    It isn't obvious what the POM dependency is for this.

    For your convenience:

    
        org.codehaus.mojo
        versions-maven-plugin
        2.1
    
    

    and the Repository:

    
        Codehaus Mojo
        Codehaus Mojo
        https://nexus.codehaus.org/content/repositories/releases/
    
    

提交回复
热议问题