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
The following commit(s) were added to refs/heads/support/nifi-1.x by this push:
new 2901993142 NIFI-11774 Upgraded gRPC from 1.55.1 to 1.56.1
2901993142 is described below
commit 2901993142cb246f22283523c3098fe978995e3a
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]>
(cherry picked from commit b3372900b3533d8e0ca5b99089bc51159281d3c7)
---
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 2ed6c375c1..23253ac22a 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>