From 4e49a55e93cd1f5013c4c73146e53672c2d69a33 Mon Sep 17 00:00:00 2001 From: exceptionfactory Date: Thu, 28 Jul 2022 14:30:49 -0500 Subject: [PATCH] NIFI-10295 Upgraded GRPC from 1.34.0 to 1.48.0 - Upgraded Protobuf from 3.14.0 to 3.21.4 - Removed netty-tcnative-boringssl-static as not necessary following NIFI-9897 This closes #6255. Signed-off-by: Kevin Doran --- .../nifi-grpc-bundle/nifi-grpc-processors/pom.xml | 5 ----- nifi-nar-bundles/nifi-grpc-bundle/pom.xml | 4 ++-- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/nifi-nar-bundles/nifi-grpc-bundle/nifi-grpc-processors/pom.xml b/nifi-nar-bundles/nifi-grpc-bundle/nifi-grpc-processors/pom.xml index 918045023b..28443a19a9 100644 --- a/nifi-nar-bundles/nifi-grpc-bundle/nifi-grpc-processors/pom.xml +++ b/nifi-nar-bundles/nifi-grpc-bundle/nifi-grpc-processors/pom.xml @@ -63,11 +63,6 @@ language governing permissions and limitations under the License. --> grpc-stub ${grpc.version} - - io.netty - netty-tcnative-boringssl-static - 2.0.35.Final - org.apache.nifi nifi-mock diff --git a/nifi-nar-bundles/nifi-grpc-bundle/pom.xml b/nifi-nar-bundles/nifi-grpc-bundle/pom.xml index 3202af4367..81a1a62423 100644 --- a/nifi-nar-bundles/nifi-grpc-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-grpc-bundle/pom.xml @@ -32,8 +32,8 @@ - 1.34.0 - 3.14.0 + 1.48.0 + 3.21.4