We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8cc30e commit 5baa2dcCopy full SHA for 5baa2dc
WORKSPACE
@@ -60,9 +60,9 @@ python_configure(name = "local_config_python", python_version = "3")
60
# This statement defines the @com_google_protobuf repo.
61
http_archive(
62
name = "com_google_protobuf",
63
- sha256 = "0b0395d34e000f1229679e10d984ed7913078f3dd7f26cf0476467f5e65716f4",
64
- strip_prefix = "protobuf-23.2",
65
- urls = ["https://github.com/protocolbuffers/protobuf/archive/refs/tags/v23.2.tar.gz"],
+ sha256 = "4e176116949be52b0408dfd24f8925d1eb674a781ae242a75296b17a1c721395",
+ strip_prefix = "protobuf-23.3",
+ urls = ["https://github.com/protocolbuffers/protobuf/archive/refs/tags/v23.3.tar.gz"],
66
)
67
68
load("@com_google_protobuf//:protobuf_deps.bzl", "protobuf_deps")
0 commit comments