diff --git a/build.gradle b/build.gradle index 5728b62df..981fe81f2 100644 --- a/build.gradle +++ b/build.gradle @@ -77,8 +77,8 @@ subprojects { compile 'org.apache.commons:commons-configuration2:2.4' compile 'xerces:xercesImpl:2.12.0' compile 'net.java.dev.jna:jna:5.2.0' - compile 'org.apache.httpcomponents:httpclient:4.5.6' - compile 'org.apache.httpcomponents:httpcore:4.4.11' + compile 'org.apache.httpcomponents:httpclient:4.5.13' + compile 'org.apache.httpcomponents:httpcore:4.4.14' compile 'com.ning:compress-lzf:1.0.4' compile 'com.google.code.gson:gson:2.8.5' compile 'org.slf4j:slf4j-api:1.7.25'