Skip to content

Commit

Permalink
deps: Bump com_github_google_benchmark -> 1.9.0 (#35863)
Browse files Browse the repository at this point in the history
Fix #35736



Signed-off-by: dependency-envoy[bot]
<148525496+dependency-envoy[bot]@users.noreply.github.com>
  • Loading branch information
dependency-envoy[bot] authored Aug 27, 2024
1 parent 8c83c2d commit 996bb3d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bazel/repository_locations.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -650,12 +650,12 @@ REPOSITORY_LOCATIONS_SPEC = dict(
project_name = "Benchmark",
project_desc = "Library to benchmark code snippets",
project_url = "https://github.com/google/benchmark",
version = "1.8.5",
sha256 = "d26789a2b46d8808a48a4556ee58ccc7c497fcd4c0af9b90197674a81e04798a",
version = "1.9.0",
sha256 = "35a77f46cc782b16fac8d3b107fbfbb37dcd645f7c28eee19f3b8e0758b48994",
strip_prefix = "benchmark-{version}",
urls = ["https://github.com/google/benchmark/archive/v{version}.tar.gz"],
use_category = ["test_only"],
release_date = "2024-07-18",
release_date = "2024-08-16",
license = "Apache-2.0",
license_url = "https://github.com/google/benchmark/blob/v{version}/LICENSE",
),
Expand Down

0 comments on commit 996bb3d

Please sign in to comment.