Maven version plugin not working properly

477 Views Asked by At

I am using Maven Version plugin and Executing the below command

mvn versions:use-latest-versions

It is updating the version of all the dependencies except one dependency where Current version config in pom. Xml is 4.5.2 but latest version available of that dependency is 4.6.1

What I am doing wrong here?

0

There are 0 best solutions below