Skip to content

Commit 1cd98b9

Browse files
authored
Merge pull request #12648 from deannagarcia/22.x
Update UPB dep for 22.4 release
2 parents 5855833 + 4683ec7 commit 1cd98b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

protobuf_deps.bzl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ def protobuf_deps():
149149
_github_archive(
150150
name = "upb",
151151
repo = "https://github.com/protocolbuffers/upb",
152-
commit = "f5baaff2d3ef972b75e1a4d7f439caf0a5bf584a",
153-
sha256 = "2409cfb40b08b08c1073883f724235cd903f6abc976fe3403e084470b0b3578c",
152+
commit = "f3149d5ff4564834d2c9c2661f91570b57257f8e",
153+
sha256 = "64897eea5673256850422da0891698317bc690432c6bdb8bc112f7f4cf603339",
154154
patches = ["@com_google_protobuf//build_defs:upb.patch"],
155155
)

0 commit comments

Comments
 (0)