Skip to content

Commit a996d7a

Browse files
renovate-botrenovate[bot]
authored andcommitted
chore(deps): update dependency com_google_protobuf to v3.15.2
1 parent 870f2d3 commit a996d7a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

WORKSPACE

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
55
# Define before rules_proto, otherwise we receive the version of com_google_protobuf from there
66
http_archive(
77
name = "com_google_protobuf",
8-
sha256 = "f18a40816260a9a3190a94efb0fc26270b244a2436681602f0a944739095d632",
9-
strip_prefix = "protobuf-3.15.1",
10-
urls = ["https://github.com/protocolbuffers/protobuf/archive/v3.15.1.tar.gz"],
8+
sha256 = "3c85fdac243dab1f6cd725eb58e361cdbb3ec4480052ac90b1ab55c608112cd0",
9+
strip_prefix = "protobuf-3.15.2",
10+
urls = ["https://github.com/protocolbuffers/protobuf/archive/v3.15.2.tar.gz"],
1111
)
1212

1313
http_archive(

0 commit comments

Comments
 (0)