chore: upgrading Protobuf to 23.2 in code generation

PiperOrigin-RevId: 536795031
pull/807/head^2
Google APIs 2 years ago committed by Copybara-Service
parent df070601d4
commit c105ed682d
  1. 6
      WORKSPACE

@ -158,9 +158,9 @@ apple_support_dependencies()
# instantiated in grpc_deps().
http_archive(
name = "com_google_protobuf",
sha256 = "dc167b7d23ec0d6e4a3d4eae1798de6c8d162e69fa136d39753aaeb7a6e1289d",
strip_prefix = "protobuf-23.1",
urls = ["https://github.com/protocolbuffers/protobuf/archive/v23.1.tar.gz"],
sha256 = "0b0395d34e000f1229679e10d984ed7913078f3dd7f26cf0476467f5e65716f4",
strip_prefix = "protobuf-23.2",
urls = ["https://github.com/protocolbuffers/protobuf/archive/v23.2.tar.gz"],
)
load("@com_google_protobuf//:protobuf_deps.bzl", "protobuf_deps", "PROTOBUF_MAVEN_ARTIFACTS")

Loading…
Cancel
Save