diff --git a/bazel/repository_locations.bzl b/bazel/repository_locations.bzl index 92967f3107cc2..37fd2b602f557 100644 --- a/bazel/repository_locations.bzl +++ b/bazel/repository_locations.bzl @@ -455,12 +455,12 @@ REPOSITORY_LOCATIONS_SPEC = dict( project_name = "Nghttp2", project_desc = "Implementation of HTTP/2 and its header compression algorithm HPACK in C", project_url = "https://nghttp2.org", - version = "1.50.0", - sha256 = "d162468980dba58e54e31aa2cbaf96fd2f0890e6dd141af100f6bd1b30aa73c6", + version = "1.51.0", + sha256 = "2a0bef286f65b35c24250432e7ec042441a8157a5b93519412d9055169d9ce54", strip_prefix = "nghttp2-{version}", urls = ["https://github.com/nghttp2/nghttp2/releases/download/v{version}/nghttp2-{version}.tar.gz"], use_category = ["controlplane", "dataplane_core"], - release_date = "2022-09-21", + release_date = "2022-11-13", cpe = "cpe:2.3:a:nghttp2:nghttp2:*", license = "MIT", license_url = "https://github.com/nghttp2/nghttp2/blob/v{version}/LICENSE",