From 7a6b6d94cded42962cf8dd047911215e41961d53 Mon Sep 17 00:00:00 2001 From: Mohamed Radwan <104789800+mo-radwan1@users.noreply.github.com> Date: Wed, 22 Nov 2023 10:28:56 -0500 Subject: [PATCH] DATAGO-66026: Override netty-http version (#131) --- service/application/pom.xml | 6 ++++++ service/confluent-schema-registry-plugin/pom.xml | 8 +++++++- service/plugin/pom.xml | 6 ++++++ 3 files changed, 19 insertions(+), 1 deletion(-) 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/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 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