chore(deps): update dependency com_google_googletest to v1.15.2 (#362)
[![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 <details> <summary>google/googletest (com_google_googletest)</summary> ### [`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) </details> --- ### 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. --- - [ ] <!-- rebase-check -->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). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNyIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
01132cfdae
commit
8bf80b5ca3
|
@ -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(
|
||||
|
|
Loading…
Reference in New Issue