scijava / pom-scijava

Friendly base POM for all SciJava-based software
https://imagej.net/BOM
The Unlicense
24 stars 33 forks source link

Update pom.xml with Mockito 5.11.0 #264

Closed mdoube closed 5 months ago

mdoube commented 5 months ago

Old Mockito 2.19.0 was resulting in tests failing to run, under Eclipse and Maven and Java 11. Updating to newer versions helps. This version (5.11.0) is the newest available today.

mdoube commented 5 months ago

Mockito 5.x.x cannot run with Java < 11

ctrueden commented 5 months ago

The plan is to upgrade pom-scijava components requiring newer versions of Java soon... once Fiji supports upgrading people's Java installation for them, which I plan to tackle later this spring. So if all goes well, we can revisit this upgrade then.