Skip to content

Commit

Permalink
chore(deps): update dependency com_google_googletest to v1.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 1, 2025
1 parent 283719a commit e16b481
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions repositories/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ def optimus_repositories():
maybe(
http_archive,
name = "com_google_googletest",
sha256 = "7b42b4d6ed48810c5362c265a17faebe90dc2373c885e5216439d37927f02926",
strip_prefix = "googletest-1.15.2",
urls = ["https://github.com/google/googletest/archive/refs/tags/v1.15.2.tar.gz"],
sha256 = "78c676fc63881529bf97bf9d45948d905a66833fbfa5318ea2cd7478cb98f399",
strip_prefix = "googletest-1.16.0",
urls = ["https://github.com/google/googletest/archive/refs/tags/v1.16.0.tar.gz"],
)

maybe(
Expand Down

0 comments on commit e16b481

Please sign in to comment.