-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Upgrading mockito version in OpenSearch #1016
Conversation
Signed-off-by: Vacha Shah <vachshah@amazon.com>
✅ Gradle Wrapper Validation success 95384d2 |
✅ DCO Check Passed 95384d2 |
✅ Gradle Precommit success 95384d2 |
start gradle check |
I'm amazed that we did two major version bumps for mockito, and everything just worked!? |
Yeah the direct dependencies worked fine for the upgrade. |
It does not look that the change updates mockito version globally on the OpenSearch project. The change is local to |
Yes the securemock update is part of issue #114. This PR is to upgrade the direct dependency for mockito. |
IMO, it is confusing to have two different versions (2 major versions apart) in a single project. Will it be better to upgrade both dependencies at the same time or use the same |
The dependency seems to be used only by |
You are right, we can do this as part of securemock. I will close this PR. |
Signed-off-by: Vacha Shah vachshah@amazon.com
Description
Upgrading the
mockito-core
version in OpenSearch from 1.9.5 to 3.11.2.Issues Resolved
#1008
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.