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]>
  • Loading branch information
ohltyler authored Oct 21, 2022
1 parent e5e15a6 commit 24232ae
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 24232ae

Please sign in to comment.