Update dependency versions

This commit is contained in:
github-actions
2025-05-01 01:01:47 +00:00
parent 4f977219c3
commit 48347d3963

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.16.0 GIT_TAG v1.17.0
) )
FetchContent_MakeAvailable(googletest) FetchContent_MakeAvailable(googletest)