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 91d86513d154a0c42808c26c18afa6654b3f1ccf
Author: mr1716 <[email protected]>
AuthorDate: Sat Jul 29 14:12:19 2023 -0400

    NIFI-11876 Upgraded gRPC from 1.56.1 to 1.57.0
    
    This closes #7540
    
    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 0203729564..41f19b628b 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.56.1</grpc.version>
+        <grpc.version>1.57.0</grpc.version>
         <protoc.version>3.22.5</protoc.version>
     </properties>
 

Reply via email to