From 8aa290cd38f4353eb7eb20d275cb169bc0a48b7b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 16 Nov 2024 06:46:02 +0100 Subject: [PATCH] Update dependency versions Co-authored-by: github-actions * googletest v1.15.2 --- tests/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 0542a09..b1f964c 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -21,7 +21,7 @@ include(FetchContent) FetchContent_Declare( googletest GIT_REPOSITORY https://github.com/google/googletest.git - GIT_TAG v1.15.0 + GIT_TAG v1.15.2 ) FetchContent_MakeAvailable(googletest)