We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 369859f commit 1f12bc1Copy full SHA for 1f12bc1
CHANGELOG.md
@@ -14,7 +14,7 @@ maddy uses [semver versioning](https://semver.org/).
14
15
## Upcoming
16
17
-* ?
+*  Updated google test to v1.15.0.
18
19
## version 1.3.0 2023-08-26
20
tests/CMakeLists.txt
@@ -21,7 +21,7 @@ include(FetchContent)
21
FetchContent_Declare(
22
googletest
23
GIT_REPOSITORY https://github.com/google/googletest.git
24
- GIT_TAG b796f7d44681514f58a683a3a71ff17c94edb0c1 # v1.13.0
+ GIT_TAG v1.15.0
25
)
26
FetchContent_MakeAvailable(googletest)
27
0 commit comments