diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2015-07-14 01:55:58 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2015-07-14 01:57:44 +0200 |
commit | 16ba9919dbb8802c6566dfda3b5bc02a162ec4a4 (patch) | |
tree | 2255ee588f541c609def00d69c8d4c8b31b29b1f /pom.xml | |
parent | 1cd2a0697de9f641f7d0e66d0397726ceb3537a7 (diff) | |
download | jgit-16ba9919dbb8802c6566dfda3b5bc02a162ec4a4.tar.gz 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.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> |