Update jackson-databind to 2.9.9.2 (#132)

This commit is contained in:
Scala Steward 2019-07-28 22:48:24 +02:00 committed by Paul Campbell
parent ccefd286f9
commit f6ce262f2b

View file

@ -47,7 +47,7 @@ val awsSdkDependencies = Seq(
libraryDependencies ++= Seq(
"com.amazonaws" % "aws-java-sdk-s3" % "1.11.596",
// override the versions AWS uses, which is they do to preserve Java 6 compatibility
"com.fasterxml.jackson.core" % "jackson-databind" % "2.9.9.1",
"com.fasterxml.jackson.core" % "jackson-databind" % "2.9.9.2",
"com.fasterxml.jackson.dataformat" % "jackson-dataformat-cbor" % "2.9.9"
)
)