From 7469c3e49696121e96719b719a731e855249bf49 Mon Sep 17 00:00:00 2001 From: Luke Markie Date: Tue, 26 Sep 2023 17:17:41 +0100 Subject: [PATCH] Override grpc-netty dependencies --- pom.xml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/pom.xml b/pom.xml index 2bbe756..2d24453 100644 --- a/pom.xml +++ b/pom.xml @@ -86,6 +86,7 @@ 1.57.0 + 4.1.98.Final 2.0.51.Final 8.0.1 @@ -461,6 +462,22 @@ grpc-netty ${grpc.version} + + + io.netty + netty-codec-http2 + ${netty.version} + + + io.netty + netty-handler-proxy + ${netty.version} + + + io.netty + netty-transport-native-unix-common + ${netty.version} + io.netty netty-tcnative-boringssl-static