Skip to content

Commit 8c887dc

Browse files
committed
Bump gtest and catch2 dependency versions in lockfile.json
This uses the commit hashes for versions 1.17.0 and 3.15.3, respectively, rather than the git tags themselves, as a security best practice.
1 parent e9be01c commit 8c887dc

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

cookiecutter/{{cookiecutter.project_name}}/lockfile.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"name": "googletest",
66
"package_name": "GTest",
77
"git_repository": "https://github.com/google/googletest.git",
8-
"git_tag": "6910c9d9165801d8827d628cb72eb7ea9dd538c5",
8+
"git_tag": "52eb8108c5bdec04579160ae17225d66034bd723",
99
"cmake_args": {
1010
"INSTALL_GTEST": "OFF"
1111
}
@@ -15,7 +15,7 @@
1515
"name": "Catch2",
1616
"package_name": "Catch2",
1717
"git_repository": "https://github.com/catchorg/Catch2.git",
18-
"git_tag": "25319fd3047c6bdcf3c0170e76fa526c77f99ca9"
18+
"git_tag": "8b08d4d79514f45f7e4ce2a607ac9c94e920d1bb"
1919
}
2020
{% endif %}
2121
]

lockfile.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"name": "googletest",
55
"package_name": "GTest",
66
"git_repository": "https://github.com/google/googletest.git",
7-
"git_tag": "6910c9d9165801d8827d628cb72eb7ea9dd538c5",
7+
"git_tag": "52eb8108c5bdec04579160ae17225d66034bd723",
88
"cmake_args": {
99
"INSTALL_GTEST": "OFF"
1010
}

0 commit comments

Comments
 (0)