From 05a942a73627ab1a512b087c55d9e404cb30a2f6 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 8 Apr 2021 17:30:53 +0000 Subject: [PATCH] chore: update dependency com_google_protobuf to v3.15.8 --- examples/protocol_buffers/WORKSPACE | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/protocol_buffers/WORKSPACE b/examples/protocol_buffers/WORKSPACE index eee0cccfd3..cb65d46b22 100644 --- a/examples/protocol_buffers/WORKSPACE +++ b/examples/protocol_buffers/WORKSPACE @@ -27,9 +27,9 @@ http_archive( http_archive( name = "com_google_protobuf", - sha256 = "efdd6b932a2c0a88a90c4c80f88e4b2e1bf031e7514dbb5a5db5d0bf4f295504", - strip_prefix = "protobuf-3.15.7", - urls = ["https://github.com/protocolbuffers/protobuf/archive/v3.15.7.tar.gz"], + sha256 = "0cbdc9adda01f6d2facc65a22a2be5cecefbefe5a09e5382ee8879b522c04441", + strip_prefix = "protobuf-3.15.8", + urls = ["https://github.com/protocolbuffers/protobuf/archive/v3.15.8.tar.gz"], ) http_archive(