Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade JUnit to 5.11.0 #2843

Closed
ppkarwasz opened this issue Aug 15, 2024 · 0 comments · Fixed by #3069
Closed

Upgrade JUnit to 5.11.0 #2843

ppkarwasz opened this issue Aug 15, 2024 · 0 comments · Fixed by #3069
Assignees
Labels
dependencies Related to third party dependency updates or migrations

Comments

@ppkarwasz
Copy link
Contributor

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.

@ppkarwasz ppkarwasz added the dependencies Related to third party dependency updates or migrations label Aug 15, 2024
@ppkarwasz ppkarwasz self-assigned this Oct 3, 2024
ppkarwasz added a commit that referenced this issue Oct 7, 2024
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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Related to third party dependency updates or migrations
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant