diff --git a/benchmark/CMakeLists.txt b/benchmark/CMakeLists.txt index 4ae50371c..4a93d6f1b 100644 --- a/benchmark/CMakeLists.txt +++ b/benchmark/CMakeLists.txt @@ -3,7 +3,7 @@ include(FetchContent) FetchContent_Declare( googlebenchmark GIT_REPOSITORY https://github.com/google/benchmark.git - GIT_TAG v1.6.1 + GIT_TAG v1.7.0 ) FetchContent_GetProperties(googlebenchmark) diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 897f9c2d6..556dfb8fc 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -3,7 +3,7 @@ include(FetchContent) FetchContent_Declare( googletest GIT_REPOSITORY https://github.com/google/googletest.git - GIT_TAG release-1.11.0 + GIT_TAG release-1.12.1 ) FetchContent_GetProperties(googletest)