Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade JUnit to 5.10.0 / JUnit Platform to 1.10.0
The new `getAncestors()` method in `TestDescriptor` (https://junit.org/junit5/docs/5.10.0/release-notes/) is obviously not available in ``` com.tngtech.archunit.junit.internal.AbstractArchUnitTestDescriptor extends org.junit.platform.engine.support.descriptor.AbstractTestDescriptor ``` from `org.junit.platform:junit-platform-engine:1.9.x`. Solves #1157 Signed-off-by: Manfred Hanke <[email protected]>
- Loading branch information