Whilte Weld-testing 5.0.x stays on JUnit 5 as a baseline dependency, with 5.0.3.Final you can use JUnit 6 as well.
All you need to do is declare the dependency with its version explicitly.
What's Changed
- Bump com.github.spotbugs:spotbugs-annotations from 4.9.4 to 4.9.6 by @dependabot[bot] in #297
- Bump org.mockito:mockito-core from 5.19.0 to 5.20.0 by @dependabot[bot] in #294
- Bump com.github.spotbugs:spotbugs-maven-plugin from 4.9.4.0 to 4.9.6.0 by @dependabot[bot] in #298
- Minimal changes to make Weld Junit extension compatible with JUnit 6 by @manovotn in #301
- Trigger release of 5.0.3.Final by @manovotn in #302
- Remove javadoc plugin setup to avoid warnings/errors. Correct javadoc… by @manovotn in #303
Full Changelog: 5.0.2.Final...5.0.3.Final