2 Commits

Author SHA1 Message Date
Petra Baranski
9c2ac44df0 update changelog 2025-05-01 05:41:35 +02:00
github-actions
48347d3963 Update dependency versions 2025-05-01 01:01:47 +00:00
2 changed files with 2 additions and 1 deletions

View File

@@ -14,6 +14,7 @@ maddy uses [semver versioning](https://semver.org/).
## Upcoming ## Upcoming
* ![**CHANGED**](https://img.shields.io/badge/-CHANGED-%23e90) Updated google test to v1.17.0.
* ... * ...
## version 1.5.0 2025-04-21 ## version 1.5.0 2025-04-21

View File

@@ -21,7 +21,7 @@ include(FetchContent)
FetchContent_Declare( FetchContent_Declare(
googletest googletest
GIT_REPOSITORY https://github.com/google/googletest.git GIT_REPOSITORY https://github.com/google/googletest.git
GIT_TAG v1.16.0 GIT_TAG v1.17.0
) )
FetchContent_MakeAvailable(googletest) FetchContent_MakeAvailable(googletest)