Skip to content

Commit 84fba42

Browse files
chore(deps): update dependency google/googletest to v1.17.0
1 parent f48c13b commit 84fba42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ if(BUILD_TESTING)
3737
if(NOT TARGET GTest::gtest)
3838
message(STATUS "Google Test not found, fetching it from GitHub")
3939
# renovate: datasource=github-tags depName=google/googletest
40-
set(GTEST_VERSION "v1.16.0")
40+
set(GTEST_VERSION "v1.17.0")
4141
FetchContent_Declare(
4242
googletest
4343
GIT_REPOSITORY https://github.com/google/googletest

0 commit comments

Comments
 (0)