From 3c49bd4e84d8e32cf80f26feceda7b55e688aa33 Mon Sep 17 00:00:00 2001 From: Mike Kruskal <62662355+mkruskal-google@users.noreply.github.com> Date: Mon, 17 Oct 2022 15:59:10 -0700 Subject: [PATCH] Bump upb to latest version after fixes applied (#10783) --- protobuf_deps.bzl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/protobuf_deps.bzl b/protobuf_deps.bzl index ae4021df06..425c4b4834 100644 --- a/protobuf_deps.bzl +++ b/protobuf_deps.bzl @@ -114,6 +114,6 @@ def protobuf_deps(): _github_archive( name = "upb", repo = "https://github.com/protocolbuffers/upb", - commit = "a5477045acaa34586420942098f5fecd3570f577", - sha256 = "0d6af8c8c00b3d733721f8d890ef43dd40f537c2e815b529085c1a6c30a21084", + commit = "230d502d6ea96fc9d40f02ad26c20fe85a627648", + sha256 = "28488db7f638ed5a433f7ac3b67e6b62932c155c2cd9987a2c534a3591f3b2dd", )