Skip to content

Commit f2a1a61

Browse files
authored
deps: bump up google_benchmark to v1.9.3 (envoyproxy#39407)
Signed-off-by: Rohit Agrawal <[email protected]>
1 parent d9db5e8 commit f2a1a61

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

bazel/repository_locations.bzl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -649,12 +649,12 @@ REPOSITORY_LOCATIONS_SPEC = dict(
649649
project_name = "Benchmark",
650650
project_desc = "Library to benchmark code snippets",
651651
project_url = "https://github.com/google/benchmark",
652-
version = "1.9.1",
653-
sha256 = "32131c08ee31eeff2c8968d7e874f3cb648034377dfc32a4c377fa8796d84981",
652+
version = "1.9.3",
653+
sha256 = "b94263b018042007eb53f79639f21ae47800808c73cf1b7df85622b6e2b1aa32",
654654
strip_prefix = "benchmark-{version}",
655655
urls = ["https://github.com/google/benchmark/archive/v{version}.tar.gz"],
656656
use_category = ["test_only"],
657-
release_date = "2024-11-28",
657+
release_date = "2025-05-07",
658658
license = "Apache-2.0",
659659
license_url = "https://github.com/google/benchmark/blob/v{version}/LICENSE",
660660
),

0 commit comments

Comments
 (0)