Skip to content

Commit b00b0db

Browse files
authored
Merge pull request #467 from msgpack/fix-jackson-security-vulnerability2
Use jackson-databind 2.8.11.1 for security vulnerability
2 parents 55be86d + 43a6e26 commit b00b0db

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.9.1",
118+
"com.fasterxml.jackson.core" % "jackson-databind" % "2.8.11.1",
119119
junitInterface,
120120
"org.apache.commons" % "commons-math3" % "3.6.1" % "test"
121121
),

0 commit comments

Comments
 (0)