This is an automated email from the ASF dual-hosted git repository.
mthomsen pushed a commit to branch support/nifi-1.x
in repository https://gitbox.apache.org/repos/asf/nifi.git
The following commit(s) were added to refs/heads/support/nifi-1.x by this push:
new 7e3f378808 NIFI-11915 Upgraded gRPC from 1.57.0 to 1.57.1
7e3f378808 is described below
commit 7e3f37880886773da8cb23da76d23cc43cad13b0
Author: exceptionfactory <[email protected]>
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 <[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 2d7610a4fd..a753e8d48e 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>