Skip to content

Commit 00541cb

Browse files
committed
Update the version of jackson-databind
1 parent 125a93f commit 00541cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Build.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ object Build extends Build {
131131
)
132132

133133
val jacksonLib = Seq(
134-
"com.fasterxml.jackson.core" % "jackson-databind" % "2.4.4",
134+
"com.fasterxml.jackson.core" % "jackson-databind" % "2.5.3",
135135
junitInterface,
136136
"org.apache.commons" % "commons-math3" % "3.4.1" % "test"
137137
)

0 commit comments

Comments
 (0)