Skip to content

Commit 55be86d

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.sbt

Lines changed: 1 addition & 1 deletion
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)