Skip to content

Commit e4791da

Browse files
authoredMay 24, 2019
Merge pull request #43 from delphi-hub/feature/vulnerability
jackson dependency issue fix
2 parents 6c50461 + 4bd6e3f commit e4791da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ scalastyleConfig := baseDirectory.value / "project" / "scalastyle-config.xml"
5656
// Pinning secure versions of insecure transitive libraryDependencies
5757
// Please update when updating dependencies above (including Play plugin)
5858
libraryDependencies ++= Seq(
59-
"com.fasterxml.jackson.core" % "jackson-databind" % "2.9.7"
59+
"com.fasterxml.jackson.core" % "jackson-databind" % "2.9.9"
6060
)
6161

6262
trapExit := false

0 commit comments

Comments
 (0)
Please sign in to comment.