Skip to content

Commit 55be86d

Browse files
authored
Merge pull request #464 from msgpack/fix-jackson-security-vulnerability
Update jackson-databind 2.7.9.1
2 parents a719283 + 6effc8c commit 55be86d

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
@@ -115,7 +115,7 @@ lazy val msgpackJackson =
115115
"org.msgpack.jackson.dataformat"
116116
),
117117
libraryDependencies ++= Seq(
118-
"com.fasterxml.jackson.core" % "jackson-databind" % "2.7.1",
118+
"com.fasterxml.jackson.core" % "jackson-databind" % "2.7.9.1",
119119
junitInterface,
120120
"org.apache.commons" % "commons-math3" % "3.6.1" % "test"
121121
),

0 commit comments

Comments
 (0)