From 1340a259023e0e64dfb013a6834ab3859b6706e6 Mon Sep 17 00:00:00 2001 From: ossia-renovate-bot Date: Wed, 26 Aug 2026 04:34:31 +0000 Subject: [PATCH] chore(deps): update dependency catchorg/catch2 to v3.16.0 --- cmake/avendish.tests.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/avendish.tests.cmake b/cmake/avendish.tests.cmake index 276bab5d..fb6c2edc 100644 --- a/cmake/avendish.tests.cmake +++ b/cmake/avendish.tests.cmake @@ -23,7 +23,7 @@ if(BUILD_TESTING) FetchContent_Declare( Catch2 GIT_REPOSITORY https://github.com/catchorg/Catch2.git - GIT_TAG v3.15.3 + GIT_TAG v3.16.0 ) FetchContent_MakeAvailable(Catch2)