[
https://issues.apache.org/jira/browse/SUREFIRE-2245?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17850786#comment-17850786
]
ASF GitHub Bot commented on SUREFIRE-2245:
------------------------------------------
sormuras commented on PR #737:
URL: https://github.com/apache/maven-surefire/pull/737#issuecomment-2140097468
According to
https://junit.org/junit5/docs/current/user-guide/#running-tests-build-maven "it
is recommended to use the JUnit Platform BOM to align the versions of all JUnit
5 artifacts." Perhaps the Surefire ITs should follow this advice.
Reading on [it
says](https://junit.org/junit5/docs/current/user-guide/#running-tests-build-maven-engines-configure):
> To configure support for JUnit Jupiter based tests, configure test scoped
dependencies on the JUnit Jupiter API and the JUnit Jupiter TestEngine
implementation similar to the following.
```xml
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
<version>5.10.2</version> <!
> Upgrade to Parent 42 and Maven 3.6.3
> ------------------------------------
>
> Key: SUREFIRE-2245
> URL: https://issues.apache.org/jira/browse/SUREFIRE-2245
> Project: Maven Surefire
> Issue Type: Dependency upgrade
> Reporter: Michael Osipov
> Assignee: Michael Osipov
> Priority: Major
> Fix For: 3.3.0
>
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)