Skip to content

Commit

Permalink
Update dependency com_google_googletest to v1.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 11, 2024
1 parent fe71eb7 commit fc65804
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 @@ -210,11 +210,11 @@ def _com_google_googletest():
maybe(
http_archive,
name = "com_google_googletest",
sha256 = "ad7fdba11ea011c1d925b3289cf4af2c66a352e18d4c7264392fead75e919363",
sha256 = "8ad598c73ad796e0d8280b082cebd82a630d73e73cd3c70057938a6501bba5d7",
type = "tar.gz",
strip_prefix = "googletest-1.13.0",
strip_prefix = "googletest-1.14.0",
urls = [
"https://github.com/google/googletest/archive/refs/tags/v1.13.0.tar.gz",
"https://github.com/google/googletest/archive/refs/tags/v1.14.0.tar.gz",
],
)

Expand Down

0 comments on commit fc65804

Please sign in to comment.