Skip to content

Commit a5b1831

Browse files
github-actions[bot]github-actionsprogsource
authored
Update dependency versions (#67)
* Update dependency versions * update changelog --------- Co-authored-by: github-actions <[email protected]> Co-authored-by: Petra Baranski <[email protected]>
1 parent 8aa290c commit a5b1831

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-
* ![**CHANGED**](https://img.shields.io/badge/-CHANGED-%23e90) Updated google test to v1.15.0.
17+
* ![**CHANGED**](https://img.shields.io/badge/-CHANGED-%23e90) Updated google test to v1.16.0.
1818
* ![**ADDED**](https://img.shields.io/badge/-ADDED-%23099) clang-format
1919
* ![**ADDED**](https://img.shields.io/badge/-ADDED-%23099) automatic update dependencies ci
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 v1.15.2
24+
GIT_TAG v1.16.0
2525
)
2626
FetchContent_MakeAvailable(googletest)
2727

0 commit comments

Comments
 (0)