From: Timoney, Dan (dt5972) Date: Mon, 15 Apr 2019 13:59:00 +0000 (-0400) Subject: Upgrade to latest springboot versions X-Git-Tag: 1.2.2~1 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=9dcd199fa355a3f3cd9e52c0b63aee01988301ed;p=ccsdk%2Fparent.git Upgrade to latest springboot versions Update springboot parents to use latest version of springboot 1 and 2, to address security vulnerabilities. Change-Id: I3ce57c541900b928ee7b51e51a5a1ffbaa4d90c3 Issue-ID: CCSDK-1228 Signed-off-by: Timoney, Dan (dt5972) --- diff --git a/springboot/springboot1/pom.xml b/springboot/springboot1/pom.xml index 8dabd679..b8f644b3 100755 --- a/springboot/springboot1/pom.xml +++ b/springboot/springboot1/pom.xml @@ -11,7 +11,7 @@ org.springframework.boot spring-boot-starter-parent - 1.5.4.RELEASE + 1.5.20.RELEASE diff --git a/springboot/springboot2/pom.xml b/springboot/springboot2/pom.xml index 397baf08..51aed331 100755 --- a/springboot/springboot2/pom.xml +++ b/springboot/springboot2/pom.xml @@ -11,7 +11,7 @@ org.springframework.boot spring-boot-starter-parent - 2.1.0.RELEASE + 2.1.4.RELEASE