From 8fc2e305518f184d2e5819f30e974d79cebfcadd Mon Sep 17 00:00:00 2001 From: anuragkumawat Date: Mon, 25 Oct 2021 13:33:28 +0530 Subject: [PATCH 1/2] JAVA-7665 : Updating jackson dependency in main pom.xml --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index aec3e08c9d..de3f2583d6 100644 --- a/pom.xml +++ b/pom.xml @@ -1415,7 +1415,7 @@ 1.2 2.3.1 1.2 - 2.12.4 + 2.13.0 1.4 1.2.0 5.2.0 From d548f8cd85eb1662f0155001d1ac3105ea8d0d39 Mon Sep 17 00:00:00 2001 From: anuragkumawat Date: Mon, 25 Oct 2021 16:35:06 +0530 Subject: [PATCH 2/2] Fixing HttpClientLiveTest --- libraries-http/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/libraries-http/pom.xml b/libraries-http/pom.xml index 8eb6142c38..a00bb4bd39 100644 --- a/libraries-http/pom.xml +++ b/libraries-http/pom.xml @@ -94,6 +94,11 @@ jackson-databind ${jackson.version} + + com.fasterxml.jackson.core + jackson-core + ${jackson.version} + org.apache.httpcomponents httpclient