We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1a1012 commit 4588239Copy full SHA for 4588239
project/Build.scala
@@ -158,7 +158,7 @@ object Build extends Build {
158
)
159
160
val jacksonLib = Seq(
161
- "com.fasterxml.jackson.core" % "jackson-databind" % "2.4.3",
+ "com.fasterxml.jackson.core" % "jackson-databind" % "2.4.4",
162
"com.novocode" % "junit-interface" % "0.10" % "test",
163
"org.apache.commons" % "commons-math3" % "3.3" % "test"
164
0 commit comments