Skip to content

Commit

Permalink
Update Jackson to 2.14.0 (opensearch-project#258)
Browse files Browse the repository at this point in the history
Signed-off-by: Andriy Redko <[email protected]>

Signed-off-by: Andriy Redko <[email protected]>
  • Loading branch information
reta committed Nov 8, 2022
1 parent 90080db commit c2a43ca
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 @@ -123,7 +123,7 @@ val integrationTest = task<Test>("integrationTest") {
dependencies {

val opensearchVersion = "1.2.4"
val jacksonVersion = "2.12.6"
val jacksonVersion = "2.14.0"

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

0 comments on commit c2a43ca

Please sign in to comment.