From 4bd6e3f666cb1ebf8367486d451281bbb45211dc Mon Sep 17 00:00:00 2001 From: Mitali Gupta Date: Fri, 24 May 2019 18:02:17 +0200 Subject: [PATCH] update build.sbt file Pushing feature branch and fixing vulnerability issue because of jackson dependency --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 2f9bf82..2b507e0 100644 --- a/build.sbt +++ b/build.sbt @@ -56,7 +56,7 @@ scalastyleConfig := baseDirectory.value / "project" / "scalastyle-config.xml" // Pinning secure versions of insecure transitive libraryDependencies // Please update when updating dependencies above (including Play plugin) libraryDependencies ++= Seq( - "com.fasterxml.jackson.core" % "jackson-databind" % "2.9.7" + "com.fasterxml.jackson.core" % "jackson-databind" % "2.9.9" ) trapExit := false