Skip to content

Commit 5d2bac1

Browse files
committed
Update the version of jackson-databind to 2.6.3
1 parent 0576da7 commit 5d2bac1

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
@@ -135,7 +135,7 @@ object Build extends Build {
135135
)
136136

137137
val jacksonLib = Seq(
138-
"com.fasterxml.jackson.core" % "jackson-databind" % "2.5.3",
138+
"com.fasterxml.jackson.core" % "jackson-databind" % "2.6.3",
139139
junitInterface,
140140
"org.apache.commons" % "commons-math3" % "3.4.1" % "test"
141141
)

0 commit comments

Comments
 (0)