From dfc36490cb1460eaa5c999ad6e420984877b95de Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Mon, 8 Jun 2020 07:55:03 +0200 Subject: [PATCH] Update jackson-databind to 2.10.4 (#388) Co-authored-by: Paul Campbell --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index b12d193..895d09a 100644 --- a/build.sbt +++ b/build.sbt @@ -57,7 +57,7 @@ val awsSdkDependencies = Seq( libraryDependencies ++= Seq( "com.amazonaws" % "aws-java-sdk-s3" % "1.11.797", // 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.core" % "jackson-databind" % "2.10.4", "com.fasterxml.jackson.dataformat" % "jackson-dataformat-cbor" % "2.10.0", "javax.xml.bind" % "jaxb-api" % "2.3.1" )