From 74fc4dc61b1e848589f92fa91a57dc294b283d88 Mon Sep 17 00:00:00 2001 From: Douglas Barker Date: Tue, 30 Sep 2025 21:29:50 -0400 Subject: [PATCH 1/5] Update protobuf, grpc, and curl to the latest versions --- install/cmake/third_party_latest | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/install/cmake/third_party_latest b/install/cmake/third_party_latest index ab5db77c2e..41aee04de0 100644 --- a/install/cmake/third_party_latest +++ b/install/cmake/third_party_latest @@ -6,9 +6,9 @@ abseil=20240722.1 zlib=v1.3.1 -curl=curl-8_14_1 -protobuf=v6.30.2 -grpc=v1.72.1 +curl=curl-8_16_0 +protobuf=v6.32.1 +grpc=v1.75.0 benchmark=v1.9.4 googletest=v1.17.0 ms-gsl=v4.2.0 From 15e39c882fa15a8a144734a39d46261bbcfc3227 Mon Sep 17 00:00:00 2001 From: Douglas Barker Date: Tue, 30 Sep 2025 21:43:16 -0400 Subject: [PATCH 2/5] update to correct tags for grpc and protobuf --- install/cmake/third_party_latest | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install/cmake/third_party_latest b/install/cmake/third_party_latest index 41aee04de0..1dda87f13f 100644 --- a/install/cmake/third_party_latest +++ b/install/cmake/third_party_latest @@ -7,8 +7,8 @@ abseil=20240722.1 zlib=v1.3.1 curl=curl-8_16_0 -protobuf=v6.32.1 -grpc=v1.75.0 +protobuf=v6.31.1 +grpc=v1.75.1 benchmark=v1.9.4 googletest=v1.17.0 ms-gsl=v4.2.0 From 351e2bef761b340a992ccf616ae91e92a4486fc8 Mon Sep 17 00:00:00 2001 From: Douglas Barker Date: Tue, 30 Sep 2025 22:38:34 -0400 Subject: [PATCH 3/5] update grpc, protobuf, absiel and curl in conanfile_latest --- install/conan/conanfile_latest.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/install/conan/conanfile_latest.txt b/install/conan/conanfile_latest.txt index bece732038..a0e18a5ab9 100644 --- a/install/conan/conanfile_latest.txt +++ b/install/conan/conanfile_latest.txt @@ -3,10 +3,10 @@ [requires] zlib/1.3.1 -libcurl/8.12.1 -abseil/20240116.2 -protobuf/5.27.0 -grpc/1.67.1 +libcurl/8.15.0 +abseil/20250127.0 +protobuf/6.30.1 +grpc/1.72.0 nlohmann_json/3.12.0 prometheus-cpp/1.3.0 opentracing-cpp/1.6.0 From d33367b162ffa79fe2a8da1973038d341ed9ca83 Mon Sep 17 00:00:00 2001 From: Douglas Barker Date: Tue, 30 Sep 2025 22:46:47 -0400 Subject: [PATCH 4/5] conan needs protobuf 5.27 for grpc 1.72 --- install/conan/conanfile_latest.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/conan/conanfile_latest.txt b/install/conan/conanfile_latest.txt index a0e18a5ab9..5ae66b9ab2 100644 --- a/install/conan/conanfile_latest.txt +++ b/install/conan/conanfile_latest.txt @@ -5,7 +5,7 @@ zlib/1.3.1 libcurl/8.15.0 abseil/20250127.0 -protobuf/6.30.1 +protobuf/5.27.0 grpc/1.72.0 nlohmann_json/3.12.0 prometheus-cpp/1.3.0 From e036f12035c4819e713741b711eaf76fb03e9c22 Mon Sep 17 00:00:00 2001 From: Douglas Barker Date: Tue, 30 Sep 2025 22:52:22 -0400 Subject: [PATCH 5/5] update abseil to 20250127.0 --- install/cmake/third_party_latest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/cmake/third_party_latest b/install/cmake/third_party_latest index 1dda87f13f..3dd9ef050b 100644 --- a/install/cmake/third_party_latest +++ b/install/cmake/third_party_latest @@ -4,7 +4,7 @@ # Latest version git tags of third-party dependencies # Format: = -abseil=20240722.1 +abseil=20250127.0 zlib=v1.3.1 curl=curl-8_16_0 protobuf=v6.31.1