Skip to content

Commit 86bf647

Browse files
committed
Update runbundle for JUnit to the current major version
Correct the version for the junit-platform.
1 parent ded492b commit 86bf647

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

  • commons-rng-integration/src/test/resources/org/apache/commons/rng/integration

commons-rng-integration/src/test/resources/org/apache/commons/rng/integration/tests.bndrun

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@ Test-Cases: ${classes;CONCRETE;PUBLIC;NAMED;*Test*}
3535
org.apache.commons.rng.simple;version='[1.8.0,1.8.1)',\
3636
junit-jupiter-api;version='[5.14.3,6.0.0)',\
3737
junit-jupiter-engine;version='[5.14.3,6.0.0)',\
38-
junit-platform-commons;version='[1.14.3,6.0.0)',\
39-
junit-platform-engine;version='[1.14.3,6.0.0)',\
40-
junit-platform-launcher;version='[1.14.3,6.0.0)'
38+
junit-platform-commons;version='[1.14.3,2.0.0)',\
39+
junit-platform-engine;version='[1.14.3,2.0.0)',\
40+
junit-platform-launcher;version='[1.14.3,2.0.0)'

0 commit comments

Comments
 (0)