From 73a9811bd2cdcea57a37e3f3d417a99a096525f2 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Mon, 5 Apr 2021 21:53:49 +0200 Subject: [PATCH] chore: update dependency com_google_protobuf to v3.15.7 (#2584) --- 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 40cb806d7f..7a4540839e 100644 --- a/examples/protocol_buffers/WORKSPACE +++ b/examples/protocol_buffers/WORKSPACE @@ -27,9 +27,9 @@ http_archive( http_archive( name = "com_google_protobuf", - sha256 = "65e020a42bdab44a66664d34421995829e9e79c60e5adaa08282fd14ca552f57", - strip_prefix = "protobuf-3.15.6", - urls = ["https://github.com/protocolbuffers/protobuf/archive/v3.15.6.tar.gz"], + sha256 = "efdd6b932a2c0a88a90c4c80f88e4b2e1bf031e7514dbb5a5db5d0bf4f295504", + strip_prefix = "protobuf-3.15.7", + urls = ["https://github.com/protocolbuffers/protobuf/archive/v3.15.7.tar.gz"], ) http_archive(