[
https://issues.apache.org/jira/browse/LANG-1608?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17215878#comment-17215878
]
Alex Herbert commented on LANG-1608:
------------------------------------
Thanks for the report.
This is fixed locally by using the JUnit bom to ensure all JUnit dependencies
are compatible:
{noformat}
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.junit</groupId>
<artifactId>junit-bom</artifactId>
<version>5.7.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>
{noformat}
I have create a fork to test if this fix passes the CI checks.
> Tests are not executed
> ----------------------
>
> Key: LANG-1608
> URL: https://issues.apache.org/jira/browse/LANG-1608
> Project: Commons Lang
> Issue Type: Bug
> Components: General
> Affects Versions: 3.11
> Reporter: Edgar Asatryan
> Priority: Major
> Labels: test-failure
>
> After an upgrading *junit-jupiter* from 5.6.2 to 5.7.0 the surefire plugin
> cannot execute tests.
>
> The reason is that *org.junit-pioneer:junit-pioneer:0.9.2* transitively pulls
> incompatible version of *org.junit.platform:junit-platform-commons:1.7.0*.
> Here is a [link|https://github.com/junit-pioneer/junit-pioneer/issues/343] to
> the issues.
> Also here are the notes on
> [Dependencies|https://github.com/junit-pioneer/junit-pioneer#dependencies].
>
>
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)