Skip to content

Commit

Permalink
Merge pull request #12607 from deannagarcia/23.x
Browse files Browse the repository at this point in the history
Update UPB Dependency
  • Loading branch information
deannagarcia authored Apr 28, 2023
2 parents 0b73dd4 + eb96482 commit e2bb237
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions protobuf_deps.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ def protobuf_deps():
_github_archive(
name = "upb",
repo = "https://github.com/protocolbuffers/upb",
commit = "b399576ccdb97ed37afc045327852b298e32eff3",
sha256 = "fe337a7c2b5fadebfb8e76b4cb3571c9c374efe17aab85e49f3ae71650c3ae98",
commit = "c50109929e015b5c180787385212aa32ca9a0daa",
sha256 = "e083c3bd7886c67ea1633444f4a387f02a082e2b5dd93ec8d98e37653634fcbf",
patches = ["@com_google_protobuf//build_defs:upb.patch"],
)

0 comments on commit e2bb237

Please sign in to comment.