Skip to content

Commit defe050

Browse files
authored
Upgrade googletest and benchmark (#2291)
Summary: Upgrade googletest and benchmark Many of our dependencies use googletest and google benchmark. This preemptively upgrades them to a known good version prior to one of the larger bazel 7 dependency updates. Relevant Issues: #2282 Type of change: /kind cleanup Test Plan: Build should pass --------- Signed-off-by: Dom Del Nano <ddelnano@gmail.com>
1 parent aa730da commit defe050

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

bazel/repository_locations.bzl

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -237,9 +237,9 @@ REPOSITORY_LOCATIONS = dict(
237237
urls = ["https://github.com/abseil/abseil-cpp/archive/refs/tags/20220623.1.tar.gz"],
238238
),
239239
com_google_benchmark = dict(
240-
sha256 = "3aff99169fa8bdee356eaa1f691e835a6e57b1efeadb8a0f9f228531158246ac",
241-
strip_prefix = "benchmark-1.7.0",
242-
urls = ["https://github.com/google/benchmark/archive/refs/tags/v1.7.0.tar.gz"],
240+
sha256 = "d26789a2b46d8808a48a4556ee58ccc7c497fcd4c0af9b90197674a81e04798a",
241+
strip_prefix = "benchmark-1.8.5",
242+
urls = ["https://github.com/google/benchmark/archive/refs/tags/v1.8.5.tar.gz"],
243243
),
244244
com_google_double_conversion = dict(
245245
sha256 = "3dbcdf186ad092a8b71228a5962009b5c96abde9a315257a3452eb988414ea3b",
@@ -257,9 +257,9 @@ REPOSITORY_LOCATIONS = dict(
257257
urls = ["https://github.com/google/flatbuffers/archive/refs/tags/v2.0.6.tar.gz"],
258258
),
259259
com_google_googletest = dict(
260-
sha256 = "81964fe578e9bd7c94dfdb09c8e4d6e6759e19967e397dbea48d1c10e45d0df2",
261-
strip_prefix = "googletest-release-1.12.1",
262-
urls = ["https://github.com/google/googletest/archive/refs/tags/release-1.12.1.tar.gz"],
260+
sha256 = "65fab701d9829d38cb77c14acdc431d2108bfdbf8979e40eb8ae567edf10b27c",
261+
strip_prefix = "googletest-1.17.0",
262+
urls = ["https://github.com/google/googletest/archive/refs/tags/v1.17.0.tar.gz"],
263263
),
264264
com_google_protobuf = dict(
265265
sha256 = "63c5539a8506dc6bccd352a857cea106e0a389ce047a3ff0a78fe3f8fede410d",

0 commit comments

Comments
 (0)