From c229efbc4ee811f45c1bba4e70cb3b0864b37856 Mon Sep 17 00:00:00 2001 From: Dom Del Nano Date: Tue, 9 Dec 2025 17:02:52 +0000 Subject: [PATCH 1/2] Upgrade googletest Signed-off-by: Dom Del Nano --- bazel/repository_locations.bzl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bazel/repository_locations.bzl b/bazel/repository_locations.bzl index 3252648e6d7..7b3129336a4 100644 --- a/bazel/repository_locations.bzl +++ b/bazel/repository_locations.bzl @@ -257,9 +257,9 @@ REPOSITORY_LOCATIONS = dict( urls = ["https://github.com/google/flatbuffers/archive/refs/tags/v2.0.6.tar.gz"], ), com_google_googletest = dict( - sha256 = "81964fe578e9bd7c94dfdb09c8e4d6e6759e19967e397dbea48d1c10e45d0df2", - strip_prefix = "googletest-release-1.12.1", - urls = ["https://github.com/google/googletest/archive/refs/tags/release-1.12.1.tar.gz"], + sha256 = "65fab701d9829d38cb77c14acdc431d2108bfdbf8979e40eb8ae567edf10b27c", + strip_prefix = "googletest-1.17.0", + urls = ["https://github.com/google/googletest/archive/refs/tags/v1.17.0.tar.gz"], ), com_google_protobuf = dict( sha256 = "63c5539a8506dc6bccd352a857cea106e0a389ce047a3ff0a78fe3f8fede410d", From 3b7a86908d40e1bb2a8b383676c9fed706c966d8 Mon Sep 17 00:00:00 2001 From: Dom Del Nano Date: Tue, 9 Dec 2025 17:08:10 +0000 Subject: [PATCH 2/2] Upgrade google benchmark Signed-off-by: Dom Del Nano --- bazel/repository_locations.bzl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bazel/repository_locations.bzl b/bazel/repository_locations.bzl index 7b3129336a4..0a2df3dcb80 100644 --- a/bazel/repository_locations.bzl +++ b/bazel/repository_locations.bzl @@ -237,9 +237,9 @@ REPOSITORY_LOCATIONS = dict( urls = ["https://github.com/abseil/abseil-cpp/archive/refs/tags/20220623.1.tar.gz"], ), com_google_benchmark = dict( - sha256 = "3aff99169fa8bdee356eaa1f691e835a6e57b1efeadb8a0f9f228531158246ac", - strip_prefix = "benchmark-1.7.0", - urls = ["https://github.com/google/benchmark/archive/refs/tags/v1.7.0.tar.gz"], + sha256 = "d26789a2b46d8808a48a4556ee58ccc7c497fcd4c0af9b90197674a81e04798a", + strip_prefix = "benchmark-1.8.5", + urls = ["https://github.com/google/benchmark/archive/refs/tags/v1.8.5.tar.gz"], ), com_google_double_conversion = dict( sha256 = "3dbcdf186ad092a8b71228a5962009b5c96abde9a315257a3452eb988414ea3b",