From 37e4a83e364dd455afe37a0bd07517bcada94921 Mon Sep 17 00:00:00 2001 From: dharani Date: Thu, 8 Sep 2022 06:03:14 +0000 Subject: Kpi-computation-ms - Vulnerability updates Issue-ID: DCAEGEN2-3216 Signed-off-by: Dharani Change-Id: I49373eec788cd24d027514bc4112a24169ede814 --- components/kpi-computation-ms/pom.xml | 22 ++++++++-------------- 1 file changed, 8 insertions(+), 14 deletions(-) (limited to 'components/kpi-computation-ms/pom.xml') diff --git a/components/kpi-computation-ms/pom.xml b/components/kpi-computation-ms/pom.xml index 8bde484a..6625181c 100644 --- a/components/kpi-computation-ms/pom.xml +++ b/components/kpi-computation-ms/pom.xml @@ -29,7 +29,7 @@ org.onap.dcaegen2.services.components kpi-ms - 1.0.8-SNAPSHOT + 1.0.9-SNAPSHOT dcaegen2-services-kpi-computation-ms Kpi ms jar @@ -51,11 +51,11 @@ ${project.reporting.outputDirectory}/jacoco-ut/jacoco.xml 1.18.4 - 2.2.14.Final + 2.2.17.Final 2.3.1 2.3.0.1 nexus3.onap.org:10003 - 5.3.14 + 5.3.20 5.3.2 2.23.4 2.23.4 @@ -89,13 +89,13 @@ org.springframework spring-expression ${spring.version} - + org.springframework spring-web ${spring.version} - + org.springframework spring-context ${spring.version} @@ -111,7 +111,6 @@ cbs-client ${sdk.version} - org.onap.dcaegen2.services.sdk.security.crypt crypt-password @@ -127,7 +126,7 @@ com.fasterxml.jackson.core jackson-core - 2.12.6 + 2.13.3 net.javacrumbs.json-unit @@ -138,7 +137,7 @@ com.fasterxml.jackson.core jackson-databind - 2.11.0 + 2.13.3 javax.json @@ -156,19 +155,16 @@ - org.functionaljava functionaljava 3.0 - org.apache.httpcomponents httpclient 4.5.13 - org.eclipse.jetty jetty-server @@ -230,7 +226,6 @@ commons-lang3 3.7 - org.junit.jupiter junit-jupiter-engine @@ -243,7 +238,6 @@ ${mockito-ju5-ext.version} test - org.mockito mockito-core @@ -296,7 +290,7 @@ ch.qos.logback logback-core - 1.2.10 + 1.2.11 org.onap.dcaegen2.services.sdk.rest.services -- cgit