diff --git a/CMakeLists.txt b/CMakeLists.txt index 2d474a1..2676380 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -44,7 +44,7 @@ if(BUILD_TESTS) if(NOT TARGET GTest::gtest) message(STATUS "Google Test not found, fetching it from GitHub") # renovate: datasource=github-tags depName=google/googletest - set(GTEST_VERSION "v1.17.0") + set(GTEST_VERSION "v1.18.0") FetchContent_Declare( googletest GIT_REPOSITORY https://github.com/google/googletest