From 48347d396332bcfe7d99b42d70d0236a9827be61 Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 1 May 2025 01:01:47 +0000 Subject: [PATCH 1/2] Update dependency versions --- tests/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index ce5d729..63b8272 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -21,7 +21,7 @@ include(FetchContent) FetchContent_Declare( googletest GIT_REPOSITORY https://github.com/google/googletest.git - GIT_TAG v1.16.0 + GIT_TAG v1.17.0 ) FetchContent_MakeAvailable(googletest) From 9c2ac44df03469c92bdacd6fb9ee7684ce04ea49 Mon Sep 17 00:00:00 2001 From: Petra Baranski Date: Thu, 1 May 2025 05:41:35 +0200 Subject: [PATCH 2/2] update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 63c0fca..d5770ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ maddy uses [semver versioning](https://semver.org/). ## Upcoming +* ![**CHANGED**](https://img.shields.io/badge/-CHANGED-%23e90) Updated google test to v1.17.0. * ... ## version 1.5.0 2025-04-21