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