From cfb9cbd726c7f3a4b568b24140cde6a539d45d83 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Aug 2023 20:13:06 +0000 Subject: [PATCH] dependabot: bump com.carrotsearch.randomizedtesting:randomizedtesting-runner Bumps com.carrotsearch.randomizedtesting:randomizedtesting-runner from 2.7.1 to 2.8.1. --- updated-dependencies: - dependency-name: com.carrotsearch.randomizedtesting:randomizedtesting-runner dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index a22a044ba0..863d13b978 100644 --- a/build.gradle +++ b/build.gradle @@ -627,7 +627,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'