Skip to content

Commit 12a1158

Browse files
authored
chore(deps): update grpc, protobuf, gtest, benchmark versions
Update vcpkg builtin-baseline and dependency versions: - grpc: 1.51.1 β†’ 1.60.0 - protobuf: 3.21.12 β†’ 4.25.1 - gtest: 1.14.0 β†’ 1.17.0 - benchmark: 1.8.3 β†’ 1.9.5 Part of ecosystem-wide dependency update.
1 parent d65eb42 commit 12a1158

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

β€Žvcpkg-configuration.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg-configuration.schema.json",
33
"default-registry": {
44
"kind": "builtin",
5-
"baseline": "dd306f32e07d87fdb16837af64f33b6b415c770a"
5+
"baseline": "d90a9b159c08169f39adcd1b0f1ac0ca12c4b96c"
66
},
77
"registries": [
88
{

β€Žvcpkg.jsonβ€Ž

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
"kcenon-common-system"
1212
],
1313
"overrides": [
14-
{ "name": "grpc", "version": "1.51.1" },
15-
{ "name": "protobuf", "version": "3.21.12" },
16-
{ "name": "gtest", "version": "1.14.0" },
17-
{ "name": "benchmark", "version": "1.8.3" }
14+
{ "name": "grpc", "version": "1.60.0" },
15+
{ "name": "protobuf", "version": "4.25.1" },
16+
{ "name": "gtest", "version": "1.17.0" },
17+
{ "name": "benchmark", "version": "1.9.5" }
1818
],
1919
"features": {
2020
"testing": {

0 commit comments

Comments
Β (0)