From 84d0e55e2b66dd1dabbfe85b48e7b847d17a756f Mon Sep 17 00:00:00 2001 From: jitendra sharma Date: Tue, 18 Feb 2020 11:12:17 +0000 Subject: Change dependency version for httpclient Issue-ID: CLI-246 Signed-off-by: jitendra sharma Change-Id: Ie4b71259559927f485095021b6e87780698e9c92 --- profiles/http/pom.xml | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) (limited to 'profiles/http/pom.xml') diff --git a/profiles/http/pom.xml b/profiles/http/pom.xml index b8563e48..9268895d 100644 --- a/profiles/http/pom.xml +++ b/profiles/http/pom.xml @@ -37,11 +37,27 @@ cli-sample-mock-generator ${project.version} + org.apache.httpcomponents httpclient - 4.3.5 + 4.5.7 + + + commons-codec + commons-codec + + + + commons-codec + commons-codec + 1.13 + org.apache.httpcomponents httpmime -- cgit 1.2.3-korg