Closed
Description
Currently, we handle JUnit 5 by only handling an explicit dependency on junit-jupiter-api
:
However, since JUnit 5.4, a new aggregate junit-jupiter
artifact is available.
We should handle this artifact in the same way as we handle junit-jupiter-api
.
Issue inspired by #129.