From 83487f6f31e9877f9156e31dcea17587bad15d77 Mon Sep 17 00:00:00 2001 From: Piotr Sikora Date: Tue, 4 Sep 2018 16:01:33 -0700 Subject: [PATCH] tls: update BoringSSL to ab36a84b (3497). (#4338) Signed-off-by: Piotr Sikora --- bazel/repository_locations.bzl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bazel/repository_locations.bzl b/bazel/repository_locations.bzl index cc455d5f8356..0c2f2ce790b5 100644 --- a/bazel/repository_locations.bzl +++ b/bazel/repository_locations.bzl @@ -1,7 +1,7 @@ REPOSITORY_LOCATIONS = dict( boringssl = dict( # Use commits from branch "chromium-stable-with-bazel" - commit = "372daf7042ffe3da1335743e7c93d78f1399aba7", # chromium-68.0.3440.75 + commit = "ab36a84b91b3116bacc85973995504818748d8a9", # chromium-69.0.3497.81 remote = "https://github.com/google/boringssl", ), com_google_absl = dict(