diff --git a/service/application/pom.xml b/service/application/pom.xml index 3072b768d..6f3e365f3 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 8ada21139..42e724c77 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 e734c9ac0..26ab47a66 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