From c105ed682dd952c8a9138304f19f9804c932aa53 Mon Sep 17 00:00:00 2001 From: Google APIs Date: Wed, 31 May 2023 12:48:03 -0700 Subject: [PATCH] chore: upgrading Protobuf to 23.2 in code generation PiperOrigin-RevId: 536795031 --- WORKSPACE | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index 9a19afb7c..a663d183a 100644 --- a/WORKSPACE +++ b/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")