Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
3.11
-
Important
Description
After an upgrading junit-jupiter from 5.6.2 to 5.7.0 the surefire plugin cannot execute tests.
The reason is that org.junit-pioneer:junit-pioneer:0.9.2 transitively pulls incompatible version of org.junit.platform:junit-platform-commons:1.7.0. Here is a link to the issues.
Also here are the notes on Dependencies.