Skip to content

Commit 06f4246

Browse files
chore(deps): update dependency googletest to v1.16.0.bcr.1 (#518)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [googletest](https://google.github.io/googletest/) | bazel_dep | minor | `1.15.2` -> `1.16.0.bcr.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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/secretflow/yacl). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yNDguNCIsInVwZGF0ZWRJblZlciI6IjM5LjI0OC40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4cdec0e commit 06f4246

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MODULE.bazel

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,5 +74,5 @@ new_local_repository(
7474
)
7575

7676
# test
77-
bazel_dep(name = "googletest", version = "1.15.2", dev_dependency = True)
77+
bazel_dep(name = "googletest", version = "1.16.0.bcr.1", dev_dependency = True)
7878
bazel_dep(name = "google_benchmark", version = "1.9.1", dev_dependency = True)

0 commit comments

Comments
 (0)