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 1d05465f Update runbundles following dependency changes
1d05465f is described below
commit 1d05465fab2f2e17db2ffc782886d771d2761928
Author: Alex Herbert <[email protected]>
AuthorDate: Thu Feb 12 12:21:25 2026 +0000
Update runbundles following dependency changes
---
.../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 a020266b..680c0dc9 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.7.0,1.7.1)',\
org.apache.commons.rng.sampling;version='[1.7.0,1.7.1)',\
org.apache.commons.rng.simple;version='[1.7.0,1.7.1)',\
- junit-jupiter-api;version='[5.13.4,5.13.5)',\
- junit-jupiter-engine;version='[5.13.4,5.13.5)',\
- junit-platform-commons;version='[1.13.4,1.13.5)',\
- junit-platform-engine;version='[1.13.4,1.13.5)',\
- junit-platform-launcher;version='[1.13.4,1.13.5)'
+ 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)'