DeepBlueRobotics / lib199

Code that we reuse in different projects/years.
Other
2 stars 0 forks source link

Update to mockito 5 #78

Closed brettle closed 2 months ago

brettle commented 2 months ago

Switching to Mockito 5 should reduce the likelihood that we run into issues related to using earlier versions of Mockito with the increasingly stringent security restrictions of new JDK versions.

It also allows mocking of final methods.