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
This commit is contained in:
David Ostrovsky
2020-11-21 09:38:37 +01:00
parent a1cab5bea2
commit 55e2e36e95

View File

@@ -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",
],
)