Skip to content

Commit

Permalink
Update Apache HTTP Client and Apache HTTP Core.
Browse files Browse the repository at this point in the history
This imports the new versions needed for #3030.

Change-Id: I82fc47c97acb96354fdeda1baf88ca06bd1e27cc
  • Loading branch information
philwo committed Jun 8, 2017
1 parent ad2d6c9 commit 82611cb
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions third_party/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down
Binary file removed third_party/apache_httpclient/httpclient-4.2.5.jar
Binary file not shown.
Binary file not shown.
Binary file removed third_party/apache_httpcore/httpcore-4.2.4.jar
Binary file not shown.
Binary file added third_party/apache_httpcore/httpcore-4.4.6.jar
Binary file not shown.

0 comments on commit 82611cb

Please sign in to comment.