From: Simon Brandhof Date: Tue, 17 Mar 2020 20:24:14 +0000 (+0100) Subject: SONAR-13155 upgrade httpclient from 4.5.10 to 4.5.12 X-Git-Tag: 8.3.0.34182~105 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=a6c6aefe4b55cf256d1909e787e08b678e8be08e;p=sonarqube.git SONAR-13155 upgrade httpclient from 4.5.10 to 4.5.12 Bug-fixes listed in https://archive.apache.org/dist/httpcomponents/httpclient/RELEASE_NOTES-4.5.x.txt --- diff --git a/build.gradle b/build.gradle index 240f5088b72..18fded9f6f7 100644 --- a/build.gradle +++ b/build.gradle @@ -227,7 +227,7 @@ subprojects { dependency 'org.apache.commons:commons-csv:1.7' dependency 'org.apache.commons:commons-email:1.5' dependency 'org.apache.commons:commons-dbcp2:2.7.0' - dependency('org.apache.httpcomponents:httpclient:4.5.10'){ + dependency('org.apache.httpcomponents:httpclient:4.5.12'){ exclude 'commons-logging:commons-logging' } // Be aware that Log4j is used by Elasticsearch client