Skip to content

Commit

Permalink
Update Jackson to 2.14.0
Browse files Browse the repository at this point in the history
Signed-off-by: Andriy Redko <[email protected]>
  • Loading branch information
reta committed Nov 7, 2022
1 parent 3d3ce7e commit 516b9c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions java-client/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,8 @@ val integrationTest = task<Test>("integrationTest") {
dependencies {

val opensearchVersion = "3.0.0-SNAPSHOT"
val jacksonVersion = "2.13.4"
val jacksonDatabindVersion = "2.13.4.2"
val jacksonVersion = "2.14.0"
val jacksonDatabindVersion = "2.14.0"

// Apache 2.0
implementation("org.opensearch.client", "opensearch-rest-client", opensearchVersion)
Expand Down

0 comments on commit 516b9c8

Please sign in to comment.