From: amshegokar Date: Tue, 4 Dec 2018 13:38:07 +0000 (+0530) Subject: Address critical vulnerability for Mapper X-Git-Tag: 1.0.0~14 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=c6e3dfdef17845a3e8655bc1ce69068c50b1d522;p=dcaegen2%2Fservices%2Fmapper.git Address critical vulnerability for Mapper added Recommended version Change-Id: I69f311ce424ca500d113342b293bce8558a761cc Issue-ID: DCAEGEN2-871 Signed-off-by: amshegokar --- diff --git a/UniversalVesAdapter/pom.xml b/UniversalVesAdapter/pom.xml index fd0c79a..64b43fd 100644 --- a/UniversalVesAdapter/pom.xml +++ b/UniversalVesAdapter/pom.xml @@ -1,4 +1,4 @@ - + @@ -210,7 +210,7 @@ org.springframework.boot spring-boot-configuration-processor true - 2.0.4.RELEASE + 2.1.1.RELEASE @@ -346,7 +346,7 @@ org.springframework.boot spring-boot-maven-plugin - 2.0.0.RELEASE + 2.1.1.RELEASE diff --git a/snmpmapper/pom.xml b/snmpmapper/pom.xml index 3459a50..23bc51b 100644 --- a/snmpmapper/pom.xml +++ b/snmpmapper/pom.xml @@ -52,54 +52,54 @@ yyyyMMdd'T'HHmmss - + org.springframework.boot spring-boot-starter-thymeleaf - 2.0.4.RELEASE + 2.1.1.RELEASE org.springframework.boot spring-boot-starter-web - 2.0.4.RELEASE + 2.1.1.RELEASE org.springframework.boot spring-boot-starter-test - 2.0.3.RELEASE + 2.1.1.RELEASE test org.springframework.boot spring-boot-starter-data-jpa - 2.0.3.RELEASE + 2.1.1.RELEASE org.springframework spring-core - 5.0.5.RELEASE + 5.1.3.RELEASE org.springframework spring-expression - 5.0.9.RELEASE + 5.1.3.RELEASE org.postgresql postgresql runtime - 42.2.4 + 42.2.5 org.springframework spring-jdbc - 4.3.11.RELEASE + 5.1.3.RELEASE javax.servlet @@ -139,12 +139,12 @@ org.springframework.boot spring-boot-maven-plugin - 2.0.0.RELEASE + 2.1.1.RELEASE org.springframework.boot spring-boot-maven-plugin - 2.0.0.RELEASE + 2.1.1.RELEASE