From: Ravi Geda Date: Wed, 2 May 2018 14:26:46 +0000 (+0100) Subject: Address critical security issues X-Git-Tag: 2.0.0-ONAP~6 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=aai%2Fgizmo.git;a=commitdiff_plain;h=f7bfc43799cd6adbf8997c532993949b6cd75ce4 Address critical security issues Address security vulnerabilities identified by Nexus IQ Change-Id: I0a795bb0c0e8a53438b83e8aadce72a316163cc4 Issue-ID: AAI-1116 Signed-off-by: Ravi Geda --- 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