From 64dd8038dba99b23427abd65145fbb079989a369 Mon Sep 17 00:00:00 2001 From: Ryan Ernst Date: Wed, 29 Jun 2022 14:16:25 -0700 Subject: [PATCH] Upgrade randomized runner to 2.8.0 This commit bumps the version of randomized runner that tests use to 2.8.0. --- build-tools-internal/version.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-tools-internal/version.properties b/build-tools-internal/version.properties index c9c578fa5aa58..4e81c274f2dd4 100644 --- a/build-tools-internal/version.properties +++ b/build-tools-internal/version.properties @@ -33,7 +33,7 @@ bouncycastle=1.64 opensaml = 4.0.1 # test dependencies -randomizedrunner = 2.7.7 +randomizedrunner = 2.8.0 junit = 4.12 junit5 = 5.7.1 httpclient = 4.5.13