Skip to content

Commit e2f9b6a

Browse files
committed
JUnit 5.12.1 reports WARNING: TestEngine with ID 'junit-jupiter' failed to discover tests
org.junit.platform.commons.JUnitException: OutputDirectoryProvider not available; probably due to unaligned versions of the junit-platform-engine and junit-platform-launcher jars on the classpath/module path.
1 parent 4fb66e4 commit e2f9b6a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,13 @@
4949
<dependency>
5050
<groupId>org.junit.jupiter</groupId>
5151
<artifactId>junit-jupiter-api</artifactId>
52-
<version>5.12.1</version>
52+
<version>5.8.2</version>
5353
<scope>test</scope>
5454
</dependency>
5555
<dependency>
5656
<groupId>org.junit.jupiter</groupId>
5757
<artifactId>junit-jupiter-engine</artifactId>
58-
<version>5.12.1</version>
58+
<version>5.8.2</version>
5959
<scope>test</scope>
6060
</dependency>
6161
<dependency>

0 commit comments

Comments
 (0)