Skip to content

Commit d591f0c

Browse files
authored
Merge pull request #528 from pjfanning/patch-1
use newer version of jackson (2.10.5)
2 parents 8616daf + ed6997c commit d591f0c

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
@@ -116,7 +116,7 @@ lazy val msgpackJackson =
116116
"org.msgpack.jackson.dataformat"
117117
),
118118
libraryDependencies ++= Seq(
119-
"com.fasterxml.jackson.core" % "jackson-databind" % "2.9.9.3",
119+
"com.fasterxml.jackson.core" % "jackson-databind" % "2.10.5",
120120
junitInterface,
121121
"org.apache.commons" % "commons-math3" % "3.6.1" % "test"
122122
),

0 commit comments

Comments
 (0)