We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc33b1e commit 8e49b52Copy full SHA for 8e49b52
java-client/build.gradle.kts
@@ -186,7 +186,7 @@ dependencies {
186
api("commons-logging:commons-logging:1.3.5")
187
compileOnly("org.opensearch.client", "opensearch-rest-client", opensearchVersion)
188
testImplementation("org.hamcrest:hamcrest:3.0")
189
- testImplementation("com.carrotsearch.randomizedtesting:randomizedtesting-runner:2.8.2") {
+ testImplementation("com.carrotsearch.randomizedtesting:randomizedtesting-runner:2.8.3") {
190
exclude(group = "junit")
191
}
192
testImplementation("org.opensearch.client", "opensearch-rest-client", opensearchVersion)
0 commit comments