From 799eee0c0a3042ab3e9e32a83d35e97cd93f785f Mon Sep 17 00:00:00 2001 From: J Wyman Date: Tue, 16 Jun 2026 15:27:45 -0400 Subject: [PATCH 1/2] maint: Update GRPC version to 1.18.1 This change updates the GRPC version use to generate and compile to v1.18.1 (from 1.54.3). --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d96c4a76..876ae51b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -113,7 +113,7 @@ ExternalProject_Add(curl ExternalProject_Add(grpc-repo PREFIX grpc-repo GIT_REPOSITORY "https://github.com/grpc/grpc.git" - GIT_TAG "v1.54.3" + GIT_TAG "v1.81.1" SOURCE_DIR "${CMAKE_CURRENT_BINARY_DIR}/grpc-repo/src/grpc" EXCLUDE_FROM_ALL ON CONFIGURE_COMMAND "" From 41f277d5bae6219aa6aa89dd0ac2a50c8dcb9bfc Mon Sep 17 00:00:00 2001 From: J Wyman Date: Fri, 10 Jul 2026 13:26:11 -0400 Subject: [PATCH 2/2] Apply suggestion from @yinggeh Co-authored-by: Yingge He <157551214+yinggeh@users.noreply.github.com> --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 876ae51b..0e7dfa49 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright 2021-2025, NVIDIA CORPORATION & AFFILIATES. All rights reserved. +# Copyright 2021-2026, NVIDIA CORPORATION & AFFILIATES. All rights reserved. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions