From 9dcd199fa355a3f3cd9e52c0b63aee01988301ed Mon Sep 17 00:00:00 2001 From: "Timoney, Dan (dt5972)" Date: Mon, 15 Apr 2019 09:59:00 -0400 Subject: [PATCH] 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) --- springboot/springboot1/pom.xml | 2 +- springboot/springboot2/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 2.16.6