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 3cca81d33ba472a612d1064617e79bf21b41e769
Author: mr1716 <msr1...@rit.edu>
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 <exceptionfact...@apache.org>
    (cherry picked from commit 91d86513d154a0c42808c26c18afa6654b3f1ccf)
---
 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 3b8102c3b5..2d7610a4fd 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