You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Due to a minor bug in JUnit 5.11.x (junit-team/junit5#4054), fields meta-annotated with multiple `@ExtendWith` annotations are no longer recognized.
We combine those annotations into single `@ExtendWith` annotations, which also looks better.
Closes#2843.
JUnit version 5.11.0 breaks some of our extensions, so we need to upgrade it manually.
I am creating this issue and closing Dependabots PRs #2839 and #2841.
The text was updated successfully, but these errors were encountered: