This is an automated email from the ASF dual-hosted git repository.
aherbert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-rng.git
The following commit(s) were added to refs/heads/master by this push:
new 86bf647f Update runbundle for JUnit to the current major version
86bf647f is described below
commit 86bf647f91ce1b54738bb143d989e697f5ae0dd5
Author: Alex Herbert <[email protected]>
AuthorDate: Tue Apr 28 13:32:01 2026 +0100
Update runbundle for JUnit to the current major version
Correct the version for the junit-platform.
---
.../test/resources/org/apache/commons/rng/integration/tests.bndrun | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git
a/commons-rng-integration/src/test/resources/org/apache/commons/rng/integration/tests.bndrun
b/commons-rng-integration/src/test/resources/org/apache/commons/rng/integration/tests.bndrun
index 355e5a99..fda68cd8 100644
---
a/commons-rng-integration/src/test/resources/org/apache/commons/rng/integration/tests.bndrun
+++
b/commons-rng-integration/src/test/resources/org/apache/commons/rng/integration/tests.bndrun
@@ -35,6 +35,6 @@ Test-Cases: ${classes;CONCRETE;PUBLIC;NAMED;*Test*}
org.apache.commons.rng.simple;version='[1.8.0,1.8.1)',\
junit-jupiter-api;version='[5.14.3,6.0.0)',\
junit-jupiter-engine;version='[5.14.3,6.0.0)',\
- junit-platform-commons;version='[1.14.3,6.0.0)',\
- junit-platform-engine;version='[1.14.3,6.0.0)',\
- junit-platform-launcher;version='[1.14.3,6.0.0)'
+ junit-platform-commons;version='[1.14.3,2.0.0)',\
+ junit-platform-engine;version='[1.14.3,2.0.0)',\
+ junit-platform-launcher;version='[1.14.3,2.0.0)'