Skip to content

Commit 5baa2dc

Browse files
Mizuxcopybara-github
authored andcommitted
Bumped dependencies to work with protobuf v23.3.
PiperOrigin-RevId: 541685544
1 parent c8cc30e commit 5baa2dc

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
@@ -60,9 +60,9 @@ python_configure(name = "local_config_python", python_version = "3")
6060
# This statement defines the @com_google_protobuf repo.
6161
http_archive(
6262
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"],
63+
sha256 = "4e176116949be52b0408dfd24f8925d1eb674a781ae242a75296b17a1c721395",
64+
strip_prefix = "protobuf-23.3",
65+
urls = ["https://github.com/protocolbuffers/protobuf/archive/refs/tags/v23.3.tar.gz"],
6666
)
6767

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

0 commit comments

Comments
 (0)