From: Determe, Sebastien (sd378r) Date: Mon, 2 Jul 2018 13:38:28 +0000 (+0200) Subject: Upgrade Spring to latest X-Git-Tag: 3.0.0~58^2~2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=bb302a1c2c6d9295df279716dcb2289f76200de9;p=clamp.git Upgrade Spring to latest Upgrade to SpringBoot 1.5.14 so that it fixes security issues reported by nexus-IQ Issue-ID: CLAMP-192 Change-Id: I6f80f2336a2344e530988a6ae4befd10a6be2886 Signed-off-by: Determe, Sebastien (sd378r) --- diff --git a/pom.xml b/pom.xml index 6eab48c1..091c57b1 100644 --- a/pom.xml +++ b/pom.xml @@ -71,7 +71,7 @@ 20.0 1.0.0 2.20.1 - 1.5.12.RELEASE + 1.5.14.RELEASE java jacoco @@ -779,7 +779,9 @@ org.springframework.boot spring-boot-maven-plugin - ${springboot.version} + + 1.5.13.RELEASE +