droid icon indicating copy to clipboard operation
droid copied to clipboard

Mockito Core 5.0.0 onwards is not compatible with Java 8

Open sparkhi opened this issue 2 years ago • 0 comments

Looking at github action results for this PR -> https://github.com/digital-preservation/droid/pull/908 It appears that Mockito core 5.2.0 does not work with Java 8.

Mockito has moved away from Java8 to a minimum of Java 11 from v5.0.0 as mentioned in their release note https://github.com/mockito/mockito/releases/tag/v5.0.0

sparkhi avatar Mar 21 '23 15:03 sparkhi