From 1b93386e5a016cc645a8656f03b2d07247f1f08e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 02:43:23 +0000 Subject: [PATCH] Update dependency com_google_googletest to v1.15.2 --- WORKSPACE | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index 4ca1d78..79d6cec 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 = "7b42b4d6ed48810c5362c265a17faebe90dc2373c885e5216439d37927f02926", + strip_prefix = "googletest-1.15.2", + url = "https://github.com/google/googletest/archive/refs/tags/v1.15.2.tar.gz", ) load("//:wasmer.bzl", "wasmer_repo")