diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2015-07-14 01:55:58 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2015-09-04 01:02:45 +0200 |
commit | 510c865bad90f8710c3ebdabf03eff06ca5a38fa (patch) | |
tree | 788d279a6d6327603071c33f6c53b3b4921b1992 /pom.xml | |
parent | 8bad6ef584ff2e03030bd9d701c9dd018cb72fea (diff) | |
download | jgit-510c865bad90f8710c3ebdabf03eff06ca5a38fa.tar.gz jgit-510c865bad90f8710c3ebdabf03eff06ca5a38fa.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: I024448c941e81f7c1dc1cc2394329df90e9b3048
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> |