From 7f0a4ba0274dd00b290090f6b5474ba1ba14fbac Mon Sep 17 00:00:00 2001 From: Jan Tattermusch Date: Mon, 7 May 2018 20:05:23 +0200 Subject: bump boringssl-with-bazel to latest chromium-stable-with-bazel --- bazel/grpc_deps.bzl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bazel') diff --git a/bazel/grpc_deps.bzl b/bazel/grpc_deps.bzl index 3c69a6bc52..1e3d83d06a 100644 --- a/bazel/grpc_deps.bzl +++ b/bazel/grpc_deps.bzl @@ -70,8 +70,8 @@ def grpc_deps(): if "boringssl" not in native.existing_rules(): native.http_archive( name = "boringssl", - # on the master-with-bazel branch - url = "https://boringssl.googlesource.com/boringssl/+archive/886e7d75368e3f4fab3f4d0d3584e4abfc557755.tar.gz", + # on the chromium-stable-with-bazel branch + url = "https://boringssl.googlesource.com/boringssl/+archive/dcd3e6e6ecddf059adb48fca45bc7346a108bdd9.tar.gz", ) if "com_github_madler_zlib" not in native.existing_rules(): -- cgit v1.2.3