diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2017-12-03 11:04:41 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2017-12-13 01:08:23 +0100 |
commit | e1fb47bd554ac3abcd10164bd234ad91d4654b4a (patch) | |
tree | ff81168d3b7c7d5055a93a280647bd5bc2206862 /WORKSPACE | |
parent | 2edf66bdd7440f9222e9ca7fcd65dcce56c655bc (diff) | |
download | jgit-e1fb47bd554ac3abcd10164bd234ad91d4654b4a.tar.gz jgit-e1fb47bd554ac3abcd10164bd234ad91d4654b4a.zip |
Update Apache httpclient to 4.5.2 and httpcore to 4.4.6
CQ: 15051
CQ: 15052
Change-Id: I532cd73253601ce1d2926850af2519aae6744a9c
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'WORKSPACE')
-rw-r--r-- | WORKSPACE | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -23,14 +23,14 @@ maven_jar( maven_jar( name = "httpclient", - artifact = "org.apache.httpcomponents:httpclient:4.3.6", - sha1 = "4c47155e3e6c9a41a28db36680b828ced53b8af4", + artifact = "org.apache.httpcomponents:httpclient:4.5.2", + sha1 = "733db77aa8d9b2d68015189df76ab06304406e50", ) maven_jar( name = "httpcore", - artifact = "org.apache.httpcomponents:httpcore:4.3.3", - sha1 = "f91b7a4aadc5cf486df6e4634748d7dd7a73f06d", + artifact = "org.apache.httpcomponents:httpcore:4.4.6", + sha1 = "e3fd8ced1f52c7574af952e2e6da0df8df08eb82", ) maven_jar( |