This is an automated email from the ASF dual-hosted git repository. exceptionfactory pushed a commit to branch support/nifi-1.x in repository https://gitbox.apache.org/repos/asf/nifi.git
commit b06704f806ab5e9122223854f725f6327de2f187 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]> (cherry picked from commit 96ae5252f5f5bbebe771ea39f36c568b5be5ec66) --- 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 a753e8d48e..f742620711 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>
