Skip to content

Commit

Permalink
Update Jackson Databind to 2.13.4.2 (addressing CVE-2022-42003)
Browse files Browse the repository at this point in the history
  • Loading branch information
reta committed Oct 13, 2022
1 parent 94eb007 commit 0677aae
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 @@ -133,7 +133,7 @@ dependencies {

val opensearchVersion = "2.3.0"
val jacksonVersion = "2.13.4"
val jacksonDatabindVersion = "2.13.4"
val jacksonDatabindVersion = "2.13.4.2"

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

0 comments on commit 0677aae

Please sign in to comment.