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
The following commit(s) were added to refs/heads/main by this push:
new b3372900b3 NIFI-11774 Upgraded gRPC from 1.55.1 to 1.56.1
b3372900b3 is described below
commit b3372900b3533d8e0ca5b99089bc51159281d3c7
Author: Pierre Villard <[email protected]>
AuthorDate: Mon Jul 3 14:41:58 2023 +0200
NIFI-11774 Upgraded gRPC from 1.55.1 to 1.56.1
This closes #7456
Signed-off-by: David Handermann <[email protected]>
---
nifi-nar-bundles/nifi-grpc-bundle/pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/nifi-nar-bundles/nifi-grpc-bundle/pom.xml
b/nifi-nar-bundles/nifi-grpc-bundle/pom.xml
index d1ed69f0ea..0203729564 100644
--- a/nifi-nar-bundles/nifi-grpc-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-grpc-bundle/pom.xml
@@ -33,8 +33,8 @@
</modules>
<properties>
- <grpc.version>1.55.1</grpc.version>
- <protoc.version>3.22.2</protoc.version>
+ <grpc.version>1.56.1</grpc.version>
+ <protoc.version>3.22.5</protoc.version>
</properties>
<dependencyManagement>