Skip to content

Commit

Permalink
Update dependency com_google_googletest to v1.15.0 (#363)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jul 21, 2024
1 parent cf2737c commit f878f93
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bazel/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -206,11 +206,11 @@ def _com_google_googletest():
maybe(
http_archive,
name = "com_google_googletest",
sha256 = "8ad598c73ad796e0d8280b082cebd82a630d73e73cd3c70057938a6501bba5d7",
sha256 = "7315acb6bf10e99f332c8a43f00d5fbb1ee6ca48c52f6b936991b216c586aaad",
type = "tar.gz",
strip_prefix = "googletest-1.14.0",
strip_prefix = "googletest-1.15.0",
urls = [
"https://github.com/google/googletest/archive/refs/tags/v1.14.0.tar.gz",
"https://github.com/google/googletest/archive/refs/tags/v1.15.0.tar.gz",
],
)

Expand Down

0 comments on commit f878f93

Please sign in to comment.