From fc05f6fd825f23511fe0bd618d5ac922a92a10e7 Mon Sep 17 00:00:00 2001 From: andrew-coleman Date: Thu, 11 Jun 2020 10:52:56 +0100 Subject: [PATCH] FGJ-87 Override version of commons-codec cloudant-client has a dependency on commons-codec:1.6 which has a security alert. This commit overrides this by adding an explicit dependency on the latest version. Signed-off-by: andrew-coleman --- pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pom.xml b/pom.xml index 29f9e510..5fe8e444 100644 --- a/pom.xml +++ b/pom.xml @@ -106,6 +106,11 @@ 5.7.0 test + + commons-codec + commons-codec + 1.14 + com.cloudant cloudant-client