Skip to content

Commit 4bd6e3f

Browse files
committed
update build.sbt file
Pushing feature branch and fixing vulnerability issue because of jackson dependency
1 parent 6c50461 commit 4bd6e3f

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)