Using the "Add JUnit 5 bundles to required bundles" action results in:
Require-Bundle: org.eclipse.swt,
org.eclipse.jface,
org.junit,
junit-jupiter-api
But it should instead result in:
Require-Bundle: org.eclipse.swt,
org.eclipse.jface,
org.junit,
junit-jupiter-api;bundle-version="[5,6)"