0
0
mirror of https://github.com/OpenVPN/openvpn3.git synced 2024-09-19 19:52:15 +02:00

chore(deps): update dependency google/googletest to v1.15.0

This commit is contained in:
RenovateBot 2024-07-17 10:00:24 +00:00
parent bf6f42dc19
commit 13d6b06e1c

View File

@ -13,7 +13,7 @@ include_guard(GLOBAL)
if(NOT OVPN_GTEST_VERSION)
# renovate: datasource=github-releases depName=google/googletest
set(OVPN_GTEST_VERSION v1.14.0)
set(OVPN_GTEST_VERSION v1.15.0)
endif()
configure_file(${CMAKE_CURRENT_LIST_DIR}/CMakeLists.txt.in googletest-download/CMakeLists.txt)