From 8e95e7a7b9a737c6a9b58ef7778367f1416ba33b Mon Sep 17 00:00:00 2001 From: Daniel Hochman Date: Tue, 8 May 2018 21:25:54 -0700 Subject: [PATCH] util: bump gogoproto, protobuf, libcircllhist (#3323) Signed-off-by: Daniel Hochman --- api/bazel/repositories.bzl | 2 +- bazel/repository_locations.bzl | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/api/bazel/repositories.bzl b/api/bazel/repositories.bzl index 2687a1b236b8..0e6a449a8687 100644 --- a/api/bazel/repositories.bzl +++ b/api/bazel/repositories.bzl @@ -1,5 +1,5 @@ GOOGLEAPIS_SHA = "5c6df0cd18c6a429eab739fb711c27f6e1393366" # May 14, 2017 -GOGOPROTO_SHA = "342cbe0a04158f6dcb03ca0079991a51a4248c02" # Oct 7, 2017 +GOGOPROTO_SHA = "1adfc126b41513cc696b209667c8656ea7aac67c" # Feb 2, 2018 PROMETHEUS_SHA = "6f3806018612930941127f2a7c6c453ba2c527d2" # Nov 02, 2017 OPENCENSUS_SHA = "993c711ba22a5f08c1d4de58a3c07466995ed962" # Dec 13, 2017 diff --git a/bazel/repository_locations.bzl b/bazel/repository_locations.bzl index 5438256f8f1a..3a035fa8d69c 100644 --- a/bazel/repository_locations.bzl +++ b/bazel/repository_locations.bzl @@ -13,7 +13,7 @@ REPOSITORY_LOCATIONS = dict( remote = "https://github.com/bombela/backward-cpp", ), com_github_circonus_labs_libcircllhist = dict( - commit = "0c44450723e34c9d8768e69b11bf919be83fd2ed", # 2018-04-30 + commit = "476687ac9cc636fc92ac3070246d757ae6854547", # 2018-05-08 remote = "https://github.com/circonus-labs/libcircllhist", ), com_github_cyan4973_xxhash = dict( @@ -79,9 +79,9 @@ REPOSITORY_LOCATIONS = dict( remote = "https://github.com/google/googletest", ), com_google_protobuf = dict( - sha256 = "0cc6607e2daa675101e9b7398a436f09167dffb8ca0489b0307ff7260498c13c", - strip_prefix = "protobuf-3.5.0", - urls = ["https://github.com/google/protobuf/archive/v3.5.0.tar.gz"], + sha256 = "826425182ee43990731217b917c5c3ea7190cfda141af4869e6d4ad9085a740f", + strip_prefix = "protobuf-3.5.1", + urls = ["https://github.com/google/protobuf/archive/v3.5.1.tar.gz"], ), grpc_httpjson_transcoding = dict( commit = "e4f58aa07b9002befa493a0a82e10f2e98b51fc6",