From 75d23b25f0d59d5def24f21d4a7b6631d24b44f9 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Mon, 23 Sep 2019 00:13:28 +0200 Subject: [PATCH] Update jackson-databind to 2.9.10 (#206) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index d2734d9..29ec28f 100644 --- a/build.sbt +++ b/build.sbt @@ -57,7 +57,7 @@ val awsSdkDependencies = Seq( libraryDependencies ++= 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.9.3", + "com.fasterxml.jackson.core" % "jackson-databind" % "2.9.10", "com.fasterxml.jackson.dataformat" % "jackson-dataformat-cbor" % "2.9.9", "javax.xml.bind" % "jaxb-api" % "2.3.1" )