Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2015-07-13 23:55:58 +0000
committerMatthias Sohn2015-07-13 23:57:44 +0000
commit16ba9919dbb8802c6566dfda3b5bc02a162ec4a4 (patch)
tree2255ee588f541c609def00d69c8d4c8b31b29b1f /pom.xml
parent1cd2a0697de9f641f7d0e66d0397726ceb3537a7 (diff)
downloadjgit-16ba9919dbb8802c6566dfda3b5bc02a162ec4a4.tar.gz
jgit-16ba9919dbb8802c6566dfda3b5bc02a162ec4a4.tar.xz
jgit-16ba9919dbb8802c6566dfda3b5bc02a162ec4a4.zip
Update org.apache.httpcomponents
- update org.apache.httpcomponents.httpcore to 4.3.3 - update org.apache.httpcomponents.httpclient to 4.3.6, 4.3.5 and later are reported to fix vulnerability CVE-2014-3577 CQ: 9220 CQ: 9221 Bug: 470523 Change-Id: I39b80b250c6c1daede6a23e9f177fb2988ac37bb Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 10dfe8cf4b..ec6f414cbb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -203,7 +203,7 @@
<servlet-api-version>3.1.0</servlet-api-version>
<jetty-version>9.2.10.v20150310</jetty-version>
<clirr-version>2.6.1</clirr-version>
- <httpclient-version>4.1.3</httpclient-version>
+ <httpclient-version>4.3.6</httpclient-version>
<slf4j-version>1.7.2</slf4j-version>
<log4j-version>1.2.15</log4j-version>
<maven-javadoc-plugin-version>2.10.1</maven-javadoc-plugin-version>

Back to the top