From 66bd7d2880c305ff01256e00bb732273f22c0595 Mon Sep 17 00:00:00 2001 From: "opensearch-trigger-bot[bot]" <98922864+opensearch-trigger-bot[bot]@users.noreply.github.com> Date: Wed, 9 Aug 2023 03:46:58 -0400 Subject: [PATCH] [Backport 2.x] dependabot: bump com.carrotsearch.randomizedtesting:randomizedtesting-runner from 2.7.1 to 2.8.1 (#3114) Backport 7fd630196b4b487cd10aef00194e58844774589b from #3109. Signed-off-by: dependabot[bot] Signed-off-by: github-actions[bot] Co-authored-by: github-actions[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Craig Perkins --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 34a76d6c2e..5d98f92c04 100644 --- a/build.gradle +++ b/build.gradle @@ -624,7 +624,7 @@ dependencies { compileOnly "org.opensearch:opensearch:${opensearch_version}" //integration test framework: - integrationTestImplementation('com.carrotsearch.randomizedtesting:randomizedtesting-runner:2.7.1') { + integrationTestImplementation('com.carrotsearch.randomizedtesting:randomizedtesting-runner:2.8.1') { exclude(group: 'junit', module: 'junit') } integrationTestImplementation 'junit:junit:4.13.2'