From 0099d6774616f260374f889c41bfa13f22233aea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 06:46:24 +0000 Subject: [PATCH] Bump com.carrotsearch.randomizedtesting:randomizedtesting-runner Bumps com.carrotsearch.randomizedtesting:randomizedtesting-runner from 2.8.1 to 2.8.2. --- updated-dependencies: - dependency-name: com.carrotsearch.randomizedtesting:randomizedtesting-runner dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index fd06b9c0db..d72b1ea310 100644 --- a/build.gradle +++ b/build.gradle @@ -724,7 +724,7 @@ dependencies { compileOnly "org.opensearch:opensearch:${opensearch_version}" //integration test framework: - integrationTestImplementation('com.carrotsearch.randomizedtesting:randomizedtesting-runner:2.8.1') { + integrationTestImplementation('com.carrotsearch.randomizedtesting:randomizedtesting-runner:2.8.2') { exclude(group: 'junit', module: 'junit') } integrationTestImplementation 'junit:junit:4.13.2'