Skip to content

Commit

Permalink
Bump jackson-databind to 2.13.4.2 (#697)
Browse files Browse the repository at this point in the history
Signed-off-by: Tyler Ohlsen <[email protected]>
(cherry picked from commit 24232ae)
  • Loading branch information
ohltyler authored and amitgalitz committed Oct 21, 2022
1 parent 77653a7 commit 038fc54
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 @@ -666,7 +666,7 @@ dependencies {

// force Jackson version to avoid version conflict issue
implementation "com.fasterxml.jackson.core:jackson-core:2.13.4"
implementation "com.fasterxml.jackson.core:jackson-databind:2.13.4"
implementation "com.fasterxml.jackson.core:jackson-databind:2.13.4.2"
implementation "com.fasterxml.jackson.core:jackson-annotations:2.13.4"

// used for serializing/deserializing rcf models.
Expand Down

0 comments on commit 038fc54

Please sign in to comment.