aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/BUILD
diff options
context:
space:
mode:
authorGravatar Philipp Wollermann <philwo@google.com>2017-06-07 17:02:42 +0200
committerGravatar Philipp Wollermann <philwo@google.com>2017-06-08 13:19:26 +0200
commit82611cb7fabd8169f2a8085a245a48952a806732 (patch)
treea84985255faf73822ec31c40e9e7d05f94519eba /third_party/BUILD
parentad2d6c936c92520201ce094ded0c0880c78bc211 (diff)
Update Apache HTTP Client and Apache HTTP Core.
This imports the new versions needed for #3030. Change-Id: I82fc47c97acb96354fdeda1baf88ca06bd1e27cc
Diffstat (limited to 'third_party/BUILD')
-rw-r--r--third_party/BUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/third_party/BUILD b/third_party/BUILD
index 59006c000e..589e659ab1 100644
--- a/third_party/BUILD
+++ b/third_party/BUILD
@@ -130,12 +130,12 @@ java_import(
java_import(
name = "apache_httpclient",
- jars = ["apache_httpclient/httpclient-4.2.5.jar"],
+ jars = ["apache_httpclient/httpclient-4.5.3.jar"],
)
java_import(
name = "apache_httpcore",
- jars = ["apache_httpcore/httpcore-4.2.4.jar"],
+ jars = ["apache_httpcore/httpcore-4.4.6.jar"],
)
java_import(