From 7c5f9ae45f4a754ad6a10d2f1b840557b808566d Mon Sep 17 00:00:00 2001 From: Piotr Sikora Date: Tue, 5 Jun 2018 04:42:30 +0000 Subject: [PATCH] tls: update BoringSSL to 372daf70 (3440). 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 c68f8cbe5f2e5..7a65f4c956f3a 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 = "2a52ce799382c87cd3119f3b44fbbebf97061ab6", # chromium-67.0.3396.62 + commit = "372daf7042ffe3da1335743e7c93d78f1399aba7", # chromium-68.0.3440.75 remote = "https://github.com/google/boringssl", ), com_google_absl = dict(