cpp-redis / cpp_redis

C++11 Lightweight Redis client: async, thread-safe, no dependency, pipelining, multi-platform
MIT License
720 stars 199 forks source link

Bump googletest from `703bd9c` to `71140c3` #111

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps googletest from 703bd9c to 71140c3.

Commits
  • 71140c3 Use a more recent commit of googletest that uses OS constraints from
  • 5ab508a Fix a typo in the documentation for "Using Predicates as Matchers".
  • b3bfebd Comment that q0_ in primer should remain empty
  • a4e0be8 Specify a name for a Property in a code example.
  • 3fa7f98 Shut up a Clang warning.
  • 41fe6be Fix a typo in the gMock sample code for Defining a Custom Matcher Class.
  • e38ef3b Convert feature requests to a form
  • ad54e90 Refactor matrix verification into VerifyMatchMatrix.
  • b0846aa Introduces a new porting flag (GTEST_HAS_FILE_SYSTEM) to indicate whether a p...
  • 516940f Fall back to the system clock when building with newlib on a system without a...
  • Additional commits viewable in compare view


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 1 year ago

Superseded by #113.