From 5931ff8dd02eb030db5e9d003ff42d9518f09227 Mon Sep 17 00:00:00 2001 From: ossia-renovate-bot Date: Wed, 8 Jul 2026 06:25:44 +0000 Subject: [PATCH] chore(deps): update dependency catchorg/catch2 to v3.15.2 --- cmake/libremidi.tests.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/libremidi.tests.cmake b/cmake/libremidi.tests.cmake index 8d10c052..a4edc371 100644 --- a/cmake/libremidi.tests.cmake +++ b/cmake/libremidi.tests.cmake @@ -5,7 +5,7 @@ endif() FetchContent_Declare( Catch2 GIT_REPOSITORY https://github.com/catchorg/Catch2 - GIT_TAG v3.15.1 + GIT_TAG v3.15.2 ${CMAKE_FETCHCONTENT_SYSTEM_KEYWORD} )