Skip to content

Commit

Permalink
Update Jackson Databind to 2.13.4.2 (addressing CVE-2022-42003) (open…
Browse files Browse the repository at this point in the history
…search-project#240)

Signed-off-by: Andriy Redko <[email protected]>

Signed-off-by: Andriy Redko <[email protected]>
  • Loading branch information
reta authored and abhinav-nath committed Oct 21, 2022
1 parent 960a67b commit 55a23ba
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 @@ -139,7 +139,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 55a23ba

Please sign in to comment.