Update jackson-dataformat-cbor to 2.9.10 (#208)
* Update jackson-dataformat-cbor to 2.9.10 * Update jackson-dataformat-cbor to 2.9.10
This commit is contained in:
parent
75d23b25f0
commit
6adffd8da7
1 changed files with 1 additions and 1 deletions
|
@ -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.9.10",
|
||||
"com.fasterxml.jackson.dataformat" % "jackson-dataformat-cbor" % "2.9.9",
|
||||
"com.fasterxml.jackson.dataformat" % "jackson-dataformat-cbor" % "2.9.10",
|
||||
"javax.xml.bind" % "jaxb-api" % "2.3.1"
|
||||
)
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue