Update main to point to 1.15.2 patch release

PiperOrigin-RevId: 658382055
Change-Id: Ia5eed4bec26da8c8cbe29fbd3a41b44048c25e07
This commit is contained in:
Derek Mauro
2024-08-01 06:34:07 -07:00
committed by Copybara-Service
parent 3e3b44c300
commit ff233bdd4c
4 changed files with 6 additions and 6 deletions

View File

@@ -48,7 +48,7 @@ with the following content:
# Choose the most recent version available at
# https://registry.bazel.build/modules/googletest
bazel_dep(name = "googletest", version = "1.15.0")
bazel_dep(name = "googletest", version = "1.15.2")
```
Now you're ready to build C++ code that uses GoogleTest.