This is an automated email from the ASF dual-hosted git repository.

mthomsen pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git


The following commit(s) were added to refs/heads/main by this push:
     new ff87060b16 NIFI-11915 Upgraded gRPC from 1.57.0 to 1.57.1
ff87060b16 is described below

commit ff87060b16948006e534d69c2b33d679bb3da427
Author: exceptionfactory <exceptionfact...@apache.org>
AuthorDate: Mon Aug 7 11:07:00 2023 -0500

    NIFI-11915 Upgraded gRPC from 1.57.0 to 1.57.1
    
    This closes #7577
    
    Signed-off-by: Mike Thomsen <mthom...@apache.org>
---
 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 41f19b628b..247b026d78 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.0</grpc.version>
+        <grpc.version>1.57.1</grpc.version>
         <protoc.version>3.22.5</protoc.version>
     </properties>
 

Reply via email to