diff --git a/build.gradle b/build.gradle index 34774f7..8e37f2e 100644 --- a/build.gradle +++ b/build.gradle @@ -13,7 +13,7 @@ group = 'io.evanwong.oss' version = "0.4.2" dependencies { - compile 'org.apache.httpcomponents:httpclient:4.3.5' + compile 'org.apache.httpcomponents:httpclient:4.5.10' compile 'org.slf4j:slf4j-api:1.7.7' compile 'com.fasterxml.jackson.core:jackson-databind:2.4.2'