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 ded492be Update runbundle for JUnit to the current major version
ded492be is described below
commit ded492bed094d373ed44d37dd02ae710e1856b65
Author: Alex Herbert <[email protected]>
AuthorDate: Tue Apr 28 13:30:47 2026 +0100
Update runbundle for JUnit to the current major version
This should accommodate JUnit updates made by commons parent without
breaking the build.
---
.../resources/org/apache/commons/rng/integration/tests.bndrun | 10 +++++-----
1 file changed, 5 insertions(+), 5 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 6e95ece0..355e5a99 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
@@ -33,8 +33,8 @@ Test-Cases: ${classes;CONCRETE;PUBLIC;NAMED;*Test*}
org.apache.commons.rng.core;version='[1.8.0,1.8.1)',\
org.apache.commons.rng.sampling;version='[1.8.0,1.8.1)',\
org.apache.commons.rng.simple;version='[1.8.0,1.8.1)',\
- junit-jupiter-api;version='[5.14.2,5.14.3)',\
- junit-jupiter-engine;version='[5.14.2,5.14.3)',\
- junit-platform-commons;version='[1.14.2,1.14.3)',\
- junit-platform-engine;version='[1.14.2,1.14.3)',\
- junit-platform-launcher;version='[1.14.2,1.14.3)'
+ 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)'