Skip to content

Commit 4469bf6

Browse files
committed
Use jackson-databind 2.13.3 for CVE-2020-36518
1 parent 7ba38b1 commit 4469bf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ lazy val msgpackJackson =
102102
"org.msgpack.jackson.dataformat"
103103
),
104104
libraryDependencies ++= Seq(
105-
"com.fasterxml.jackson.core" % "jackson-databind" % "2.10.5.1",
105+
"com.fasterxml.jackson.core" % "jackson-databind" % "2.13.3",
106106
junitInterface,
107107
"org.apache.commons" % "commons-math3" % "3.6.1" % "test"
108108
),

0 commit comments

Comments
 (0)