From c6e3dfdef17845a3e8655bc1ce69068c50b1d522 Mon Sep 17 00:00:00 2001 From: amshegokar Date: Tue, 4 Dec 2018 19:08:07 +0530 Subject: Address critical vulnerability for Mapper added Recommended version Change-Id: I69f311ce424ca500d113342b293bce8558a761cc Issue-ID: DCAEGEN2-871 Signed-off-by: amshegokar --- snmpmapper/pom.xml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'snmpmapper/pom.xml') 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 -- cgit 1.2.3-korg