Update dependency versions (#67)
Some checks failed
run-checks / run-clang-format (push) Has been cancelled
run-tests / test-on-ubuntu (push) Has been cancelled
run-tests / test-on-windows (push) Has been cancelled
run-tests / test-on-osx (push) Has been cancelled

* Update dependency versions
* update changelog

---------

Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Petra Baranski <info@progsource.de>
This commit is contained in:
github-actions[bot]
2025-03-01 14:19:35 +01:00
committed by GitHub
parent 8aa290cd38
commit a5b18310a8
2 changed files with 2 additions and 2 deletions

View File

@@ -14,7 +14,7 @@ maddy uses [semver versioning](https://semver.org/).
## Upcoming ## Upcoming
* ![**CHANGED**](https://img.shields.io/badge/-CHANGED-%23e90) Updated google test to v1.15.0. * ![**CHANGED**](https://img.shields.io/badge/-CHANGED-%23e90) Updated google test to v1.16.0.
* ![**ADDED**](https://img.shields.io/badge/-ADDED-%23099) clang-format * ![**ADDED**](https://img.shields.io/badge/-ADDED-%23099) clang-format
* ![**ADDED**](https://img.shields.io/badge/-ADDED-%23099) automatic update dependencies ci * ![**ADDED**](https://img.shields.io/badge/-ADDED-%23099) automatic update dependencies ci

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.15.2 GIT_TAG v1.16.0
) )
FetchContent_MakeAvailable(googletest) FetchContent_MakeAvailable(googletest)