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 Dec 21, 2023
1 parent 3047d50 commit eea8731
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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 Down

0 comments on commit eea8731

Please sign in to comment.