Update jackson-dataformat-cbor to 2.10.0 (#216)

This commit is contained in:
Scala Steward 2019-09-27 17:08:37 +02:00 committed by Paul Campbell
parent 06dd4f8fed
commit ce0a826e6d

View file

@ -58,7 +58,7 @@ val awsSdkDependencies = Seq(
"com.amazonaws" % "aws-java-sdk-s3" % "1.11.635",
// override the versions AWS uses, which is they do to preserve Java 6 compatibility
"com.fasterxml.jackson.core" % "jackson-databind" % "2.10.0",
"com.fasterxml.jackson.dataformat" % "jackson-dataformat-cbor" % "2.9.10",
"com.fasterxml.jackson.dataformat" % "jackson-dataformat-cbor" % "2.10.0",
"javax.xml.bind" % "jaxb-api" % "2.3.1"
)
)