From 64b661a88e2bcf14505eddd6cd894e19fe6d6aac Mon Sep 17 00:00:00 2001 From: Andriy Redko Date: Mon, 9 Dec 2024 16:43:20 -0500 Subject: [PATCH] Bump com.carrotsearch.randomizedtesting:randomizedtesting-runner from 2.8.1 to 2.8.2 (#1343) (#1347) * 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] * Update changelog Signed-off-by: dependabot[bot] --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] (cherry picked from commit fcfc51399aadf86368ee3f8c705f781486f7f234) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- CHANGELOG.md | 1 + java-client/build.gradle.kts | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ed04fffcb1..b14eb3e353 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) ### Dependencies - Bumps `org.junit:junit-bom` from 5.10.2 to 5.11.3 +- Bump `com.carrotsearch.randomizedtesting:randomizedtesting-runner` from 2.8.1 to 2.8.2 ([#1343](https://github.com/opensearch-project/opensearch-java/pull/1343)) ### Changed diff --git a/java-client/build.gradle.kts b/java-client/build.gradle.kts index f2f2265cb7..ec57e5a400 100644 --- a/java-client/build.gradle.kts +++ b/java-client/build.gradle.kts @@ -183,7 +183,7 @@ dependencies { api("commons-logging:commons-logging:1.3.4") implementation("org.opensearch.client", "opensearch-rest-client", opensearchVersion) testImplementation("org.hamcrest:hamcrest:2.2") - testImplementation("com.carrotsearch.randomizedtesting:randomizedtesting-runner:2.8.1") { + testImplementation("com.carrotsearch.randomizedtesting:randomizedtesting-runner:2.8.2") { exclude(group = "junit") }