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 <ohltyler@amazon.com>
(cherry picked from commit 24232ae)
  • Loading branch information
ohltyler committed Oct 26, 2022
1 parent 39638c2 commit df4c94e
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 @@ -638,7 +638,7 @@ dependencies {
compile files('lib/randomcutforest-parkservices-2.0.1.jar')
compile files('lib/randomcutforest-core-2.0.1.jar')
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 df4c94e

Please sign in to comment.