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 96ae5252f5f5bbebe771ea39f36c568b5be5ec66 Author: mr1716 <[email protected]> AuthorDate: Sun Aug 20 10:09:43 2023 -0400 NIFI-11970 Upgraded gRPC from 1.57.1 to 1.57.2 This closes #7628 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 247b026d78..b6db2e16b7 100644 --- a/nifi-nar-bundles/nifi-grpc-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-grpc-bundle/pom.xml @@ -33,7 +33,7 @@ </modules> <properties> - <grpc.version>1.57.1</grpc.version> + <grpc.version>1.57.2</grpc.version> <protoc.version>3.22.5</protoc.version> </properties>
