]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-13155 upgrade httpclient from 4.5.10 to 4.5.12
authorSimon Brandhof <simon.brandhof@sonarsource.com>
Tue, 17 Mar 2020 20:24:14 +0000 (21:24 +0100)
committersonartech <sonartech@sonarsource.com>
Sat, 21 Mar 2020 20:04:02 +0000 (20:04 +0000)
Bug-fixes listed in https://archive.apache.org/dist/httpcomponents/httpclient/RELEASE_NOTES-4.5.x.txt

build.gradle

index 240f5088b7202ae7b56695fec2d72d4eea90d030..18fded9f6f7d4ac393627b419b8dd67c2875e5f6 100644 (file)
@@ -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