Skip to content

Commit

Permalink
Fixing initialize test extension as jackson version mismatch with cor…
Browse files Browse the repository at this point in the history
…e. (#982) (#983)

(cherry picked from commit 34c4d4e)

Signed-off-by: Sarat Vemulapalli <[email protected]>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
1 parent 94da0e7 commit 9a11432
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ dependencies {
def opensearchJavaClientVersion = "2.1.0-SNAPSHOT"
def log4jVersion = "2.20.0"
def nettyVersion = "4.1.101.Final"
def jacksonDatabindVersion = "2.15.3"
def jacksonDatabindVersion = "2.16.1"
def guavaVersion = "32.1.3-jre"
def guiceVersion = "7.0.0"
def junit4Version = "4.13.2"
Expand Down

0 comments on commit 9a11432

Please sign in to comment.