Skip to content

Commit

Permalink
Update dependency com_google_protobuf to v3.23.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 14, 2023
1 parent b407e85 commit c5c47e8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bazel/zetasql_deps_step_2.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -238,9 +238,9 @@ py_library(
if not native.existing_rule("com_google_protobuf"):
http_archive(
name = "com_google_protobuf",
urls = ["https://github.com/protocolbuffers/protobuf/archive/v3.19.3.tar.gz"],
sha256 = "390191a0d7884b3e52bb812c440ad1497b9d484241f37bb8e2ccc8c2b72d6c36",
strip_prefix = "protobuf-3.19.3",
urls = ["https://github.com/protocolbuffers/protobuf/archive/v3.23.3.tar.gz"],
sha256 = "5e4b555f72a7e3f143a7aff7262292500bb02c49b174351684bb70fc7f2a6d33",
strip_prefix = "protobuf-3.23.3",
)

# Required by gRPC
Expand Down

0 comments on commit c5c47e8

Please sign in to comment.