From 8bf80b5ca3fa79ec278f3c172a9b78d3f9748d3b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 31 Jul 2024 20:26:45 +0200 Subject: [PATCH] chore(deps): update dependency com_google_googletest to v1.15.2 (#362) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [com_google_googletest](https://togithub.com/google/googletest) | http_archive | patch | `v1.15.0` -> `v1.15.2` | --- ### Release Notes
google/googletest (com_google_googletest) ### [`v1.15.2`](https://togithub.com/google/googletest/releases/tag/v1.15.2) [Compare Source](https://togithub.com/google/googletest/compare/v1.15.1...v1.15.2) ### Release Notes GoogleTest will **not** accept patches of new features to the v1.15.x branch.\ We recommend building GoogleTest from the latest commit instead.\ Exceptional critical bug fixes may be considered. #### C++ Language Support - GoogleTest requires at least C++14 and follows [Google's Foundational C++ Support Policy](https://opensource.google/documentation/policies/cplusplus-support). See [this table](https://togithub.com/google/oss-policies-info/blob/main/foundational-cxx-support-matrix.md) for a list of currently supported versions compilers, platforms, and build tools. #### Notable Changes - [Bzlmod](https://bazel.build/external/overview#bzlmod) is now officially supported (previously it was supported by the community). Note that it may take several days after the release for it to become available in the [Bazel Central Registry](https://registry.bazel.build/modules/googletest). - Many bug fixes ### [`v1.15.1`](https://togithub.com/google/googletest/compare/v1.15.0...v1.15.1) [Compare Source](https://togithub.com/google/googletest/compare/v1.15.0...v1.15.1)
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View the [repository job log](https://developer.mend.io/github/bazel-contrib/toolchains_llvm). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- tests/WORKSPACE | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/WORKSPACE b/tests/WORKSPACE index 9c8e3e42..ee2e10f8 100644 --- a/tests/WORKSPACE +++ b/tests/WORKSPACE @@ -153,9 +153,9 @@ http_archive( # As a test dep of com_google_absl. http_archive( name = "com_google_googletest", - sha256 = "7315acb6bf10e99f332c8a43f00d5fbb1ee6ca48c52f6b936991b216c586aaad", - strip_prefix = "googletest-1.15.0", - urls = ["https://github.com/google/googletest/archive/v1.15.0.tar.gz"], + sha256 = "7b42b4d6ed48810c5362c265a17faebe90dc2373c885e5216439d37927f02926", + strip_prefix = "googletest-1.15.2", + urls = ["https://github.com/google/googletest/archive/v1.15.2.tar.gz"], ) http_archive(