]
Dan Berindei updated ISPN-7808:
-------------------------------
Status: Pull Request Sent (was: Open)
Git Pull Request:
Upgrade to mockito 2.7.21
-------------------------
Key: ISPN-7808
URL:
https://issues.jboss.org/browse/ISPN-7808
Project: Infinispan
Issue Type: Component Upgrade
Components: Test Suite - Core, Test Suite - Server
Affects Versions: 9.0.0.Final
Reporter: Dan Berindei
Assignee: Dan Berindei
Labels: testsuite_stability
Fix For: 9.1.0.Alpha1
While fixing ISPN-7659, I changed {{version.mockito}} in the parent POM to 2.7.21 (the
latest version of mockito-core).
It turns out that all the modules actually depend on {{mockito-all}} without specifying a
version. {{version.mockito}} was only used by some OSGi integration tests, and the change
broke them.
The latest version of mockito-all is 1.9.5, which is quite old, so it would be best to
upgrade to the latest mockito-core everywhere.