From 7ac44deeadeca2a3f49643d2e5098deef1af8503 Mon Sep 17 00:00:00 2001 From: Michael Arrastia Date: Fri, 4 May 2018 12:35:16 +0100 Subject: Address security vulnerabilities (fix 2) Fixes previously missed dependencies: - jackson-databind: version 2.8.11.1 - httpclient: version 4.5.3 - jackson-mapper: version 1.9.2 Change-Id: Iae2013bf164a90e910ec1d2cd4ad1185a01bacad Issue-ID: AAI-1117 Signed-off-by: Michael Arrastia --- champ-lib/champ-core/pom.xml | 2 -- 1 file changed, 2 deletions(-) (limited to 'champ-lib/champ-core/pom.xml') diff --git a/champ-lib/champ-core/pom.xml b/champ-lib/champ-core/pom.xml index ee65310..459a1f3 100644 --- a/champ-lib/champ-core/pom.xml +++ b/champ-lib/champ-core/pom.xml @@ -53,13 +53,11 @@ limitations under the License. org.codehaus.groovy groovy - 2.4.12 com.fasterxml.jackson.core jackson-databind - 2.5.3 -- cgit 1.2.3-korg