From 55e2e36e954157599ce91a2dc80201800df3a85a Mon Sep 17 00:00:00 2001 From: David Ostrovsky Date: Sat, 21 Nov 2020 09:38:37 +0100 Subject: [PATCH] Bump protobuf version to 3.14.0 There is nothing special we need in the new release, just synchronize with the latest Protocol Buffers release. Change-Id: Iffaf38b6079751ff5aba11ac94be5c140fae788d --- WORKSPACE | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index 3c300268a6..fff923574d 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -51,10 +51,10 @@ rbe_autoconfig(name = "rbe_default") http_archive( name = "com_google_protobuf", - sha256 = "71030a04aedf9f612d2991c1c552317038c3c5a2b578ac4745267a45e7037c29", - strip_prefix = "protobuf-3.12.3", + sha256 = "d0f5f605d0d656007ce6c8b5a82df3037e1d8fe8b121ed42e536f569dec16113", + strip_prefix = "protobuf-3.14.0", urls = [ - "https://github.com/protocolbuffers/protobuf/archive/v3.12.3.tar.gz", + "https://github.com/protocolbuffers/protobuf/archive/v3.14.0.tar.gz", ], )