-
Notifications
You must be signed in to change notification settings - Fork 41.2k
unable to run Tests with release 1.2.2 #2572
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
1.2.2 requires Spring Framework 4.1.5 |
Does that mean that I need to manually insert the property of spring version? Shouldn't spring-boot-dependencies bring it? |
of course it will. Your project is probably forcing another spring framework version in some way. Please have a look to the documentation |
I'll take a look, but I think I'm not forcing it. |
alright, show your project config then. Please create a new issue; this one is closed. |
I fixed it thanks for your time. |
Hey @davicdsalves it really helps when you explain how you fixed it. |
@davicdsalves @claytantor agree I've solved it upgrading to 4.1.5.RELEASE. It is important to do |
@claytantor I fixed it by removing our own dependency definition (and version number!) for mockito from the pom and running |
I fixed this by removing the mockito library dependency from my project |
after i updated to version 1.2.2 my tests are no longer running all fail with this exception
The text was updated successfully, but these errors were encountered: