Skip to content

Commit

Permalink
Add changes made in 1.x for manual backport (#809)
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Bogan <[email protected]>
  • Loading branch information
ryanbogan authored Jun 6, 2023
1 parent 9d0ff22 commit 8a9d6de
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ repositories {

dependencies {

def opensearchVersion = "3.0.0-SNAPSHOT"
def opensearchVersion = "${opensearch_version}"
def log4jVersion = "2.20.0"
def nettyVersion = "4.1.93.Final"
def jacksonDatabindVersion = "2.15.2"
Expand Down Expand Up @@ -184,6 +184,7 @@ dependencies {
resolutionStrategy.force("org.apache.logging.log4j:log4j-api:${log4jVersion}")
resolutionStrategy.force("org.apache.logging.log4j:log4j-core:${log4jVersion}")
resolutionStrategy.force("org.apache.logging.log4j:log4j-jul:${log4jVersion}")
resolutionStrategy.force("org.opensearch.client:opensearch-rest-client:${opensearchVersion}")
}
}

Expand Down

0 comments on commit 8a9d6de

Please sign in to comment.