Skip to content

Commit a19e9ab

Browse files
Merge pull request #13881 from honglooker/24.x
bring protobuf dep [upb] to parity for 24.3
2 parents 3465661 + 6af84ee commit a19e9ab

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

protobuf_deps.bzl

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@ PROTOBUF_MAVEN_ARTIFACTS = [
1919

2020
def _github_archive(repo, commit, **kwargs):
2121
repo_name = repo.split("/")[-1]
22-
http_archive(
23-
urls = [repo + "/archive/" + commit + ".zip"],
22+
http_archive( urls = [repo + "/archive/" + commit + ".zip"],
2423
strip_prefix = repo_name + "-" + commit,
2524
**kwargs
2625
)
@@ -150,7 +149,7 @@ def protobuf_deps():
150149
_github_archive(
151150
name = "upb",
152151
repo = "https://github.com/protocolbuffers/upb",
153-
commit = "ea4e825d22c9ae0031d59ec5e86dc85bb50cbbcb",
154-
sha256 = "a3a422235d6c2a68130a4fd21d88f5ccb6c3347dcfddd5ec5de0f23247b249df",
152+
commit = "42cd08932e364a4cde35033b73f15c30250d7c2e",
153+
sha256 = "c67dd28e641e26c1c2ac295f1a693b864e8b074c683e7b9ef89f7aa8cf5db77a",
155154
patches = ["@com_google_protobuf//build_defs:upb.patch"],
156155
)

0 commit comments

Comments
 (0)