Maven check for updated dependencies in repository

后端 未结 6 722
借酒劲吻你
借酒劲吻你 2020-11-29 15:45

Is there a Maven plugin that allows you to check if there are newer versions of dependencies available in the repository?

Say, you are using dependency X with versio

6条回答
  •  一生所求
    2020-11-29 15:58

    If you want to receive email notifications when newer artifacts versions are available on Maven Central you can create an account on artifact-listener and choose which artifact you want to follow.
    You can either search manually for artifacts or directly upload your pom.xml.

    You will periodically received notifications like this one (available in english and french for now) :

    Maven artifact listener

提交回复
热议问题