Skip to content

Commit f6dd7e4

Browse files
Google APIscopybara-github
authored andcommitted
chore: update protobuf v3.15.3
This release makes --experimental_allow_proto3_optional no longer necessary. PiperOrigin-RevId: 359781040
1 parent ee4bac5 commit f6dd7e4

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

WORKSPACE

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ http_archive(
4747

4848
http_archive(
4949
name = "com_google_protobuf",
50-
sha256 = "d0f5f605d0d656007ce6c8b5a82df3037e1d8fe8b121ed42e536f569dec16113",
51-
strip_prefix = "protobuf-3.14.0",
52-
urls = ["https://github.com/protocolbuffers/protobuf/archive/v3.14.0.tar.gz"],
50+
sha256 = "b10bf4e2d1a7586f54e64a5d9e7837e5188fc75ae69e36f215eb01def4f9721b",
51+
strip_prefix = "protobuf-3.15.3",
52+
urls = ["https://github.com/protocolbuffers/protobuf/archive/v3.15.3.tar.gz"],
5353
)
5454

5555
load("@com_google_protobuf//:protobuf_deps.bzl", "protobuf_deps")

0 commit comments

Comments
 (0)