commit | 2d61fe0e6a3b9c8f5d53dda1f5834752a2799138 | [log] [tgz] |
---|---|---|
author | Piotr P. Karwasz <piotr.github@karwasz.org> | Thu Oct 10 10:12:00 2024 +0200 |
committer | GitHub <noreply@github.com> | Thu Oct 10 10:12:00 2024 +0200 |
tree | 503da1546b9d35873dd21a56c232bb45c5140ad3 | |
parent | ab0fdbc51742646144f6ad29715f9bd1d9afa985 [diff] |
Upgrades JUnit to version 5.11.x (#3069) 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. Note: the bug is already fixed and the fix will appear in version `5.11.3`.