From f7bfc43799cd6adbf8997c532993949b6cd75ce4 Mon Sep 17 00:00:00 2001 From: Ravi Geda Date: Wed, 2 May 2018 15:26:46 +0100 Subject: [PATCH] Address critical security issues Address security vulnerabilities identified by Nexus IQ Change-Id: I0a795bb0c0e8a53438b83e8aadce72a316163cc4 Issue-ID: AAI-1116 Signed-off-by: Ravi Geda --- pom.xml | 26 ++++++++++++++++++++++++-- 1 file changed, 24 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 636f422..cdee8e9 100644 --- a/pom.xml +++ b/pom.xml @@ -77,6 +77,12 @@ limitations under the License. org.springframework.boot spring-boot-starter + + + ch.qos.logback + logback-classic + + org.springframework.boot @@ -91,6 +97,22 @@ limitations under the License. cxf-rt-frontend-jaxrs 3.2.4 + + ch.qos.logback + logback-classic + 1.2.3 + + + ch.qos.logback + logback-core + 1.2.3 + + + ch.qos.logback + logback-classic + + + com.google.guava guava @@ -104,7 +126,7 @@ limitations under the License. org.codehaus.jackson jackson-mapper-asl - 1.9.13 + 1.4.5 org.mockito @@ -267,7 +289,7 @@ limitations under the License. org.apache.httpcomponents httpclient - 4.5 + 4.5.3 org.apache.httpcomponents -- 2.16.6