diff --git a/bazel/deps.yaml b/bazel/deps.yaml index 589397428566..af45c850fc35 100644 --- a/bazel/deps.yaml +++ b/bazel/deps.yaml @@ -296,7 +296,7 @@ quiche: project_name: "QUICHE" project_desc: "QUICHE (QUIC, HTTP/2, Etc) is Google‘s implementation of QUIC and related protocols" project_url: "https://github.com/google/quiche" - release_date: "2026-04-01" + release_date: "2026-04-09" use_category: - controlplane - dataplane_core diff --git a/bazel/repository_locations.bzl b/bazel/repository_locations.bzl index 421a9193468d..20e60c2e56ce 100644 --- a/bazel/repository_locations.bzl +++ b/bazel/repository_locations.bzl @@ -553,8 +553,8 @@ REPOSITORY_LOCATIONS_SPEC = dict( urls = ["https://github.com/simdutf/simdutf/releases/download/v{version}/singleheader.zip"], ), quiche = dict( - version = "25a16a764323f2734f44182fbf3ce881d3c4ac15", - sha256 = "3b08c0edcc376b5a81230ce5db0b680c20ca0fb742c64278378b462bf852a646", + version = "bbe3dde941efd8cc9297face96b6305bbfd880e1", + sha256 = "4e1c184c1f4c9e350c718127754c7d369f9fcc11dc7557cce48a9fe47970a0ed", urls = ["https://github.com/google/quiche/archive/{version}.tar.gz"], strip_prefix = "quiche-{version}", ),