From 6adffd8da7702804e2fa4a044f0630c212d2ffb6 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Mon, 23 Sep 2019 13:02:40 +0200 Subject: [PATCH] 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 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 29ec28f..7fff363 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.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" ) )