Update jackson-databind to 2.9.9.1 (#101)
This commit is contained in:
parent
1267b6e313
commit
6cda33a94a
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ val awsSdkDependencies = Seq(
|
|||
libraryDependencies ++= Seq(
|
||||
"com.amazonaws" % "aws-java-sdk-s3" % "1.11.580",
|
||||
// override the versions AWS uses, which is they do to preserve Java 6 compatibility
|
||||
"com.fasterxml.jackson.core" % "jackson-databind" % "2.9.9",
|
||||
"com.fasterxml.jackson.core" % "jackson-databind" % "2.9.9.1",
|
||||
"com.fasterxml.jackson.dataformat" % "jackson-dataformat-cbor" % "2.9.9"
|
||||
)
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue