Update dependency versions

Co-authored-by: github-actions <github-actions@github.com>

* googletest v1.15.2
This commit is contained in:
github-actions[bot]
2024-11-16 06:46:02 +01:00
committed by GitHub
parent 798863e292
commit 8aa290cd38

View File

@@ -21,7 +21,7 @@ include(FetchContent)
FetchContent_Declare( FetchContent_Declare(
googletest googletest
GIT_REPOSITORY https://github.com/google/googletest.git GIT_REPOSITORY https://github.com/google/googletest.git
GIT_TAG v1.15.0 GIT_TAG v1.15.2
) )
FetchContent_MakeAvailable(googletest) FetchContent_MakeAvailable(googletest)