We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6c50461 + 4bd6e3f commit e4791daCopy full SHA for e4791da
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