From bb31441a6f401a0c819cb8158be85bf51cdfd405 Mon Sep 17 00:00:00 2001 From: wasala Date: Tue, 16 Oct 2018 10:36:59 +0200 Subject: CLM SCAN VULNERABILITIES *Upgraded Spring from 5.0.5 -> 5.1.0i *Changed implementation of SSL in AAICLient Change-Id: I1341c19931031da67c2d0deb14940a2748b0203b Issue-ID: DCAEGEN2-870 Signed-off-by: wasala --- pom.xml | 23 +++++++++++++++++++---- 1 file changed, 19 insertions(+), 4 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 1749eaf2..05d2f998 100644 --- a/pom.xml +++ b/pom.xml @@ -32,7 +32,7 @@ org.onap.dcaegen2.services prh - 1.1.0-SNAPSHOT + 1.1.1-SNAPSHOT dcaegen2-services-prh PNF Registration Handler @@ -48,8 +48,8 @@ 8 2.5.6 - 5.0.5.RELEASE - 2.0.4.RELEASE + 5.1.0.RELEASE + 2.0.5.RELEASE 8.5.32 1.7.25 5.1.0 @@ -133,10 +133,15 @@ io.projectreactor reactor-bom - Bismuth-SR10 + Bismuth-SR12 pom import + + io.projectreactor.netty + reactor-netty + 0.8.1.RELEASE + org.springframework.boot spring-boot-dependencies @@ -160,6 +165,16 @@ spring-beans ${spring.version} + + org.springframework + spring-core + ${spring.version} + + + org.springframework + spring-web + ${spring.version} + org.springframework spring-context -- cgit 1.2.3-korg