From f66452675f5b61e1f3fa62f773079d1b1527cb1d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 2 May 2025 03:45:22 +0000 Subject: [PATCH] Update dependency com_google_googletest to v1.17.0 --- WORKSPACE | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index 4ca1d78..d1f361c 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -23,9 +23,9 @@ llvm_toolchain( http_archive( name = "com_google_googletest", - sha256 = "b4870bf121ff7795ba20d20bcdd8627b8e088f2d1dab299a031c1034eddc93d5", - strip_prefix = "googletest-release-1.11.0", - url = "https://github.com/google/googletest/archive/refs/tags/release-1.11.0.tar.gz", + sha256 = "65fab701d9829d38cb77c14acdc431d2108bfdbf8979e40eb8ae567edf10b27c", + strip_prefix = "googletest-1.17.0", + url = "https://github.com/google/googletest/archive/refs/tags/v1.17.0.tar.gz", ) load("//:wasmer.bzl", "wasmer_repo")