Skip to content

Commit 6effc8c

Browse files
committed
Update jackson-databind 2.7.9.1
to address FasterXML/jackson-databind#1599 With 2.8.10, it degrades the serialization performance of jackson-dataformat-msgpack down to 62%.
1 parent a719283 commit 6effc8c

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)