Skip to content

Commit

Permalink
Roll external/googletest/ 518387203..5b7fd63d6 (1 commit) (#5454)
Browse files Browse the repository at this point in the history
* Roll external/googletest/ 518387203..b10fad38c (2 commits)

google/googletest@5183872...b10fad3

$ git log 518387203..b10fad38c --date=short --no-merges --format='%ad %ae %s'
2023-10-26 absl-team Export gmock-spec-builders.
2023-10-25 theorbuehler Add missing include for raise(3)

Created with:
  roll-dep external/googletest

* Roll external/re2/ a0b3bc60c..24d460a9d (6 commits)

google/re2@a0b3bc6...24d460a

$ git log a0b3bc60c..24d460a9d --date=short --no-merges --format='%ad %ae %s'
2023-11-01 vovkos Don't check `kind_ == Prog::kManyMatch` in `DFA::InlinedSearchLoop()`.
2023-11-01 junyer Replace a couple of `assert(3)` calls.
2023-10-31 junyer Prepare to tag release `2023-11-01`.
2023-10-27 junyer Bump some versions in `MODULE.bazel`.
2023-10-27 junyer Simplify `ci-cmake.yml` via `matrix`.
2023-10-27 junyer GitHub Actions now provides GCC 13.

Created with:
  roll-dep external/re2

---------

Co-authored-by: GitHub Actions[bot] <>
  • Loading branch information
github-actions[bot] authored Nov 2, 2023
1 parent a08f648 commit 7210d24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ vars = {

'effcee_revision': '19b4aa87af25cb4ee779a071409732f34bfc305c',

'googletest_revision': '518387203b573f35477fa6872dd54620e70d2bdb',
'googletest_revision': 'b10fad38c4026a29ea6561ab15fc4818170d1c10',

# Use protobufs before they gained the dependency on abseil
'protobuf_revision': 'v21.12',

're2_revision': 'a0b3bc60c3a42b4e572bf643fa0e10bf60dcc872',
're2_revision': '24d460a9db6048b9d3e05cfdea13ec9d592545ad',
'spirv_headers_revision': '88bc5e321c2839707df8b1ab534e243e00744177',
}

Expand Down

0 comments on commit 7210d24

Please sign in to comment.