@@ -27,14 +27,14 @@ scalacOptions += "-target:jvm-1.6"
27
27
28
28
libraryDependencies ++= Seq (
29
29
" org.scala-lang" % " scala-reflect" % scalaVersion.value,
30
- " com.fasterxml.jackson.core" % " jackson-core" % " 2.6.2 " ,
31
- " com.fasterxml.jackson.core" % " jackson-annotations" % " 2.6.2 " ,
32
- " com.fasterxml.jackson.core" % " jackson-databind" % " 2.6.2 " ,
33
- " com.fasterxml.jackson.module" % " jackson-module-paranamer" % " 2.6.2 " ,
30
+ " com.fasterxml.jackson.core" % " jackson-core" % " 2.6.3 " ,
31
+ " com.fasterxml.jackson.core" % " jackson-annotations" % " 2.6.3 " ,
32
+ " com.fasterxml.jackson.core" % " jackson-databind" % " 2.6.3 " ,
33
+ " com.fasterxml.jackson.module" % " jackson-module-paranamer" % " 2.6.3 " ,
34
34
// test dependencies
35
- " com.fasterxml.jackson.datatype" % " jackson-datatype-joda" % " 2.6.2 " % " test" ,
36
- " com.fasterxml.jackson.datatype" % " jackson-datatype-guava" % " 2.6.2 " % " test" ,
37
- " com.fasterxml.jackson.module" % " jackson-module-jsonSchema" % " 2.6.2 " % " test" ,
35
+ " com.fasterxml.jackson.datatype" % " jackson-datatype-joda" % " 2.6.3 " % " test" ,
36
+ " com.fasterxml.jackson.datatype" % " jackson-datatype-guava" % " 2.6.3 " % " test" ,
37
+ " com.fasterxml.jackson.module" % " jackson-module-jsonSchema" % " 2.6.3 " % " test" ,
38
38
" org.scalatest" %% " scalatest" % " 2.2.1" % " test" ,
39
39
" junit" % " junit" % " 4.11" % " test"
40
40
)
0 commit comments