saeg / jaguar2

🐆
Eclipse Public License 1.0
3 stars 1 forks source link

Update Mockito (`mockito-core`) 1.10.19 -> 2.28.2 #92

Closed andrioli closed 7 months ago

andrioli commented 7 months ago

This is the latest release of Mockito 2 and the latest version that can run on Java 6.

See: https://github.com/mockito/mockito/wiki/What%27s-new-in-Mockito-2 See: https://github.com/mockito/mockito/blob/release/2.x/doc/release-notes/official.md

Fortunately, there is no breaking API changes. Just a few classes that was deprecated in favor of new classes in different packages, but with the same API.


fix #90