From 5010546fed38762fbac59ea2cfd9ab8f9a335b2c Mon Sep 17 00:00:00 2001 From: Mohamed Radwan <104789800+mo-radwan1@users.noreply.github.com> Date: Tue, 21 Nov 2023 16:09:59 -0500 Subject: [PATCH 1/2] override netty version --- service/application/pom.xml | 6 ++++++ service/plugin/pom.xml | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/service/application/pom.xml b/service/application/pom.xml index 3072b768..6f3e365f 100644 --- a/service/application/pom.xml +++ b/service/application/pom.xml @@ -38,6 +38,12 @@ + + io.projectreactor.netty + reactor-netty-http + 1.1.13 + compile + com.fasterxml.jackson.core jackson-databind diff --git a/service/plugin/pom.xml b/service/plugin/pom.xml index e734c9ac..26ab47a6 100644 --- a/service/plugin/pom.xml +++ b/service/plugin/pom.xml @@ -34,6 +34,12 @@ + + io.projectreactor.netty + reactor-netty-http + 1.1.13 + compile + com.fasterxml.jackson.core jackson-databind From 8e80b4c660f320283cac414dd827ed474a3e4cd0 Mon Sep 17 00:00:00 2001 From: Mohamed Radwan <104789800+mo-radwan1@users.noreply.github.com> Date: Wed, 22 Nov 2023 09:08:36 -0500 Subject: [PATCH 2/2] override commons codec --- service/confluent-schema-registry-plugin/pom.xml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/service/confluent-schema-registry-plugin/pom.xml b/service/confluent-schema-registry-plugin/pom.xml index 8ada2113..42e724c7 100644 --- a/service/confluent-schema-registry-plugin/pom.xml +++ b/service/confluent-schema-registry-plugin/pom.xml @@ -11,7 +11,7 @@ 17 17 3.1.5 - 4.5.13 + 4.5.14 4.9.0 5.3.1 3.3.0 @@ -36,6 +36,12 @@ + + commons-codec + commons-codec + 1.15 + compile + org.apache.httpcomponents httpclient