From f01b7d934f223a3406d5abf4c36f3d57eda2d672 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 19:49:44 +0000 Subject: [PATCH] chore(deps): update dependency google/googletest to v1.18.0 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index fba5dec..8750d9c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -37,7 +37,7 @@ if(BUILD_TESTING) 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