diff --git a/bazel/repository_locations.bzl b/bazel/repository_locations.bzl index b2317039cee5..1a49998ab707 100644 --- a/bazel/repository_locations.bzl +++ b/bazel/repository_locations.bzl @@ -1175,12 +1175,12 @@ REPOSITORY_LOCATIONS_SPEC = dict( 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", - version = "28317b63250a6d8e0fa5a621fd6898479692dd2b", - sha256 = "4e64ed3b61353912923cc2389adc63bc0977e29418c0ef88dd9c394be33f01dd", + version = "0860476f3e59c023bc96e8cea1f18b11e241fda7", + sha256 = "05d1210e4a3e381cf682564a3d350adb702aacc60c098434b6470301df2613f0", urls = ["https://github.com/google/quiche/archive/{version}.tar.gz"], strip_prefix = "quiche-{version}", use_category = ["controlplane", "dataplane_core"], - release_date = "2023-12-21", + release_date = "2023-12-28", cpe = "N/A", license = "BSD-3-Clause", license_url = "https://github.com/google/quiche/blob/{version}/LICENSE",