Update UPB's protobuf dependency in preparation for 23.0-rc1 release.

PiperOrigin-RevId: 527037668
pull/13171/head
Deanna Garcia 2 years ago committed by Copybara-Service
parent 48e3272a2a
commit b399576ccd
  1. 4
      bazel/workspace_deps.bzl

@ -23,8 +23,8 @@ def upb_deps():
_github_archive, _github_archive,
name = "com_google_protobuf", name = "com_google_protobuf",
repo = "https://github.com/protocolbuffers/protobuf", repo = "https://github.com/protocolbuffers/protobuf",
commit = "f71dc953c77f164523c23e7c2485ccc49ada3c2e", commit = "9898418bd9188b22e9db7f94529df638e65b14f7",
sha256 = "e4ea58f01e8fa6ce920449d70a220be4d5f2e9a4f77123e3595c72bd60a34987", sha256 = "73ae9dba831cfee21e6b069256e89e574908a8c4cdb582e4de87c0b18512e61d",
patches = ["@upb//bazel:protobuf.patch"], patches = ["@upb//bazel:protobuf.patch"],
) )

Loading…
Cancel
Save