Skip to content

Commit 4588239

Browse files
committed
Update jackson-databind version to 2.4.4
1 parent e1a1012 commit 4588239

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
@@ -158,7 +158,7 @@ object Build extends Build {
158158
)
159159

160160
val jacksonLib = Seq(
161-
"com.fasterxml.jackson.core" % "jackson-databind" % "2.4.3",
161+
"com.fasterxml.jackson.core" % "jackson-databind" % "2.4.4",
162162
"com.novocode" % "junit-interface" % "0.10" % "test",
163163
"org.apache.commons" % "commons-math3" % "3.3" % "test"
164164
)

0 commit comments

Comments
 (0)