Skip to content

Commit

Permalink
Update build.gradle.kts to use OpenSearch 2.12.0-SNAPSHOT
Browse files Browse the repository at this point in the history
Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
  • Loading branch information
reta committed Jan 2, 2024
1 parent 3047d50 commit 7864bde
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions java-client/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ val integrationTest = task<Test>("integrationTest") {
System.getProperty("tests.awsSdk2support.domainRegion", "us-east-1"))
}

val opensearchVersion = "2.11.1"
val opensearchVersion = "2.12.0-SNAPSHOT"

dependencies {

Expand All @@ -156,8 +156,8 @@ dependencies {
// Apache 2.0
implementation("org.opensearch.client", "opensearch-rest-client", opensearchVersion)
testImplementation("org.opensearch.test", "framework", opensearchVersion)
testImplementation("org.hamcrest:hamcrest:2.1")
testImplementation("com.carrotsearch.randomizedtesting:randomizedtesting-runner:2.7.1") {
testImplementation("org.hamcrest:hamcrest:2.2")
testImplementation("com.carrotsearch.randomizedtesting:randomizedtesting-runner:2.8.1") {
exclude(group = "junit")
}

Expand Down

0 comments on commit 7864bde

Please sign in to comment.