From ce0a826e6d98eb81159f5089867f8e4ee3be032b Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Fri, 27 Sep 2019 17:08:37 +0200 Subject: [PATCH] Update jackson-dataformat-cbor to 2.10.0 (#216) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 0a8d2f8..cfeb561 100644 --- a/build.sbt +++ b/build.sbt @@ -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" ) )