This is an automated email from the ASF dual-hosted git repository. exceptionfactory pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/nifi.git
commit bdcefe4a98ad485f3e95aa67eb486710eed96bee Author: mr1716 <[email protected]> AuthorDate: Fri Jan 20 07:52:39 2023 -0500 NIFI-11081 Updated gRPC from 1.50.2 to 1.52.1 This closes #6875 Signed-off-by: David Handermann <[email protected]> --- nifi-nar-bundles/nifi-grpc-bundle/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nifi-nar-bundles/nifi-grpc-bundle/pom.xml b/nifi-nar-bundles/nifi-grpc-bundle/pom.xml index 043346b3eb..4314abc5cc 100644 --- a/nifi-nar-bundles/nifi-grpc-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-grpc-bundle/pom.xml @@ -32,7 +32,7 @@ </modules> <properties> - <grpc.version>1.50.2</grpc.version> + <grpc.version>1.52.1</grpc.version> <protoc.version>3.21.4</protoc.version> </properties>
