From 8db5474dee1bc2d89ef38d1d4a8ad2ab85a102bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexey=20Gy=C3=B6ri?= Date: Tue, 16 Mar 2021 01:28:06 -0700 Subject: [PATCH] Bump protobuf to 3.14 via rules_proto for bazel plugin Issue https://github.com/bazelbuild/intellij/issues/2265 described a bug which broke the plugin due to an already fixed protobuf issue https://github.com/protocolbuffers/protobuf/issues/7827 the issue author created a fork in https://github.com/hedronvision/bazelbuild-intellij. PiperOrigin-RevId: 363130962 --- WORKSPACE | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index 04e50de47d8..2e7f5cf5af5 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -373,11 +373,11 @@ bazel_external_dependency_archive( # LICENSE: The Apache Software License, Version 2.0 http_archive( name = "rules_proto", - sha256 = "4d421d51f9ecfe9bf96ab23b55c6f2b809cbaf0eea24952683e397decfbd0dd0", - strip_prefix = "rules_proto-f6b8d89b90a7956f6782a4a3609b2f0eee3ce965", + sha256 = "aa1ee19226f707d44bee44c720915199c20c84a23318bb0597ed4e5c873ccbd5", + strip_prefix = "rules_proto-40298556293ae502c66579620a7ce867d5f57311", urls = [ - "https://mirror.bazel.build/github.com/bazelbuild/rules_proto/archive/f6b8d89b90a7956f6782a4a3609b2f0eee3ce965.tar.gz", - "https://github.com/bazelbuild/rules_proto/archive/f6b8d89b90a7956f6782a4a3609b2f0eee3ce965.tar.gz", + "https://mirror.bazel.build/github.com/bazelbuild/rules_proto/archive/40298556293ae502c66579620a7ce867d5f57311.tar.gz", + "https://github.com/bazelbuild/rules_proto/archive/40298556293ae502c66579620a7ce867d5f57311.tar.gz", ], )