diff --git a/bazel/repository_locations.bzl b/bazel/repository_locations.bzl index 6b1fc0507a143..e3db3a56e7a80 100644 --- a/bazel/repository_locations.bzl +++ b/bazel/repository_locations.bzl @@ -794,14 +794,14 @@ REPOSITORY_LOCATIONS_SPEC = dict( project_name = "V8", project_desc = "Google’s open source high-performance JavaScript and WebAssembly engine, written in C++", project_url = "https://v8.dev", - version = "9.2.230.2", + version = "9.2.230.13", # This archive was created using https://storage.googleapis.com/envoyproxy-wee8/wee8-archive.sh # and contains complete checkout of V8 with all dependencies necessary to build wee8. - sha256 = "237b9816ee56ad9b86e12e082132d88c543be494385f9bf9797af2a415c05f56", + sha256 = "77b4d6aaabe1dc60bf6bd2523a187d82292c27a2073ec48610dd098e3d4f80ce", urls = ["https://storage.googleapis.com/envoyproxy-wee8/wee8-{version}.tar.gz"], use_category = ["dataplane_ext"], extensions = ["envoy.wasm.runtime.v8"], - release_date = "2021-05-20", + release_date = "2021-06-25", cpe = "cpe:2.3:a:google:v8:*", ), com_googlesource_quiche = dict(