0

enter image description here

i am adding version 1.4.0 in my project. Still dependency tree shows that it is picking up 1.2.71. I am confused why this is happening and how we can resolve this?

Anuj Modi
  • 11
  • 1

1 Answers1

0

The version you get is coming from the <dependencyManagement> section of your POM or your parent POM.

You can override this behaviour by adding a <dependency> entry to the ´` with the desired version.

J Fabian Meier
  • 33,516
  • 10
  • 64
  • 142