bitbucket-push-and-pull-request-plugin
bitbucket-push-and-pull-request-plugin copied to clipboard
Replace mockito-inline with mockito-core
Replace mockito-inline with mockito-core
In version 5.x mockito switched their default mockmaker to mockito-inline (source).
The corresponding artifact became obsolete and can be replaced with mockito-core
This PR replaces / removes the artifact and switches on mockito-core and the version provided by the bom instead.
Testing done
None. Rely on ci.jenkins.io to test it.
Submitter checklist
- [x] Make sure you are opening from a topic/feature/bugfix branch (right side) and not your main branch!
- [x] Ensure that the pull request title represents the desired changelog entry
- [x] Please describe what you did
- [x] Link to relevant issues in GitHub or Jira
- [x] Link to relevant pull requests, esp. upstream and downstream changes
- [x] Ensure you have provided tests - that demonstrates feature works or fixes the issue