We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c50461 commit 4bd6e3fCopy full SHA for 4bd6e3f
build.sbt
@@ -56,7 +56,7 @@ scalastyleConfig := baseDirectory.value / "project" / "scalastyle-config.xml"
56
// Pinning secure versions of insecure transitive libraryDependencies
57
// Please update when updating dependencies above (including Play plugin)
58
libraryDependencies ++= Seq(
59
- "com.fasterxml.jackson.core" % "jackson-databind" % "2.9.7"
+ "com.fasterxml.jackson.core" % "jackson-databind" % "2.9.9"
60
)
61
62
trapExit := false
0 commit comments