From 79c849b7833fe90b670d3e55e79eea85c062568a Mon Sep 17 00:00:00 2001 From: "Mark S. Lewis" Date: Tue, 9 May 2023 09:28:50 +0100 Subject: [PATCH] Remove netty-tcnative-boringssl-static dependency (#280) Not required since tcnative with BoringSSL is already included in grpc-netty-shaded dependency. Also update Bouncy Castle dependency to implementations for Java 1.8 and later only. Signed-off-by: Mark S. Lewis --- pom.xml | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/pom.xml b/pom.xml index b141ebc5..f9535697 100644 --- a/pom.xml +++ b/pom.xml @@ -28,9 +28,9 @@ http://github.com/hyperledger/fabric-sdk-java - 1.53.0 - 3.21.7 - 1.70 + 1.54.1 + 3.21.12 + 1.73 4.5.14 3.2.0 true @@ -108,11 +108,6 @@ 4.13.2 test - - io.netty - netty-tcnative-boringssl-static - 2.0.58.Final - io.grpc grpc-netty-shaded @@ -138,10 +133,14 @@ org.bouncycastle - bcpkix-jdk15on + bcpkix-jdk18on + ${bouncycastle.version} + + + org.bouncycastle + bcprov-jdk18on ${bouncycastle.version} - commons-logging commons-logging