From bad60834cc4e398dc3dd559ec03dee09830f186c Mon Sep 17 00:00:00 2001 From: Andre Rummler Date: Mon, 8 Sep 2025 13:26:54 +0200 Subject: [PATCH 1/2] Update Catch2 library to v2.13.10 --- tests/catch/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/catch/CMakeLists.txt b/tests/catch/CMakeLists.txt index b6ab66bf0..5d39537fe 100644 --- a/tests/catch/CMakeLists.txt +++ b/tests/catch/CMakeLists.txt @@ -64,7 +64,7 @@ Include(FetchContent) FetchContent_Declare( Catch2 GIT_REPOSITORY https://github.com/catchorg/Catch2.git - GIT_TAG v2.13.1) + GIT_TAG v2.13.10) FetchContent_MakeAvailable(Catch2) From ea9d57cddebfd16f3354c07e86e4251b1a31cd16 Mon Sep 17 00:00:00 2001 From: Andre Rummler Date: Mon, 8 Sep 2025 13:27:28 +0200 Subject: [PATCH 2/2] Update googltest library to v1.17.0 --- tests/googletest/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/googletest/CMakeLists.txt b/tests/googletest/CMakeLists.txt index d9a4ae750..bcc85b4de 100644 --- a/tests/googletest/CMakeLists.txt +++ b/tests/googletest/CMakeLists.txt @@ -64,7 +64,7 @@ Include(FetchContent) FetchContent_Declare( GTest GIT_REPOSITORY https://github.com/google/googletest.git - GIT_TAG release-1.10.0) + GIT_TAG v1.17.0) FetchContent_MakeAvailable(GTest)