diff --git a/build.gradle b/build.gradle index 34774f7..da24e2a 100644 --- a/build.gradle +++ b/build.gradle @@ -15,7 +15,7 @@ version = "0.4.2" dependencies { compile 'org.apache.httpcomponents:httpclient:4.3.5' compile 'org.slf4j:slf4j-api:1.7.7' - compile 'com.fasterxml.jackson.core:jackson-databind:2.4.2' + compile 'com.fasterxml.jackson.core:jackson-databind:2.10.0' testCompile 'com.openpojo:openpojo:0.8.3' testCompile "org.codehaus.groovy:groovy-all:2.3.7"