Skip to content

Commit 1f12bc1

Browse files
authored
Update GoogleTest to v1.15.0
1 parent 369859f commit 1f12bc1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ maddy uses [semver versioning](https://semver.org/).
1414

1515
## Upcoming
1616

17-
* ?
17+
* ![**CHANGED**](https://img.shields.io/badge/-CHANGED-%23e90) Updated google test to v1.15.0.
1818

1919
## version 1.3.0 2023-08-26
2020

tests/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ include(FetchContent)
2121
FetchContent_Declare(
2222
googletest
2323
GIT_REPOSITORY https://github.com/google/googletest.git
24-
GIT_TAG b796f7d44681514f58a683a3a71ff17c94edb0c1 # v1.13.0
24+
GIT_TAG v1.15.0
2525
)
2626
FetchContent_MakeAvailable(googletest)
2727

0 commit comments

Comments
 (0)