From b56e7814288411c208664aceaa60c110ff09d115 Mon Sep 17 00:00:00 2001 From: RehanRaza Date: Tue, 26 Jan 2021 13:46:36 +0100 Subject: Upgrade to the latest springboot release Upgrade to 2.3.8.RELEASE to fix the security vulnerabilities. Change-Id: I40c2702aca612f265cb4928f392ec4ec4f223aea Issue-ID: CCSDK-3108 Signed-off-by: RehanRaza --- .../spring-boot-setup/src/main/properties/springboot2.properties | 4 ++-- springboot/springboot2/pom.xml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'springboot') diff --git a/springboot/spring-boot-setup/src/main/properties/springboot2.properties b/springboot/spring-boot-setup/src/main/properties/springboot2.properties index ab784993..3bd4976b 100644 --- a/springboot/spring-boot-setup/src/main/properties/springboot2.properties +++ b/springboot/spring-boot-setup/src/main/properties/springboot2.properties @@ -1,5 +1,5 @@ springbootparent.artifactId=spring-boot-starter-parent springbootparent.groupId=org.springframework.boot -springbootparent.version=2.3.5.RELEASE +springbootparent.version=2.3.8.RELEASE springboot.project.artifactId=spring-boot-starter-parent -spring.version=5.2.10.RELEASE \ No newline at end of file +spring.version=5.2.12.RELEASE \ No newline at end of file diff --git a/springboot/springboot2/pom.xml b/springboot/springboot2/pom.xml index 4dd867be..ec098920 100644 --- a/springboot/springboot2/pom.xml +++ b/springboot/springboot2/pom.xml @@ -8,7 +8,7 @@ org.springframework.boot spring-boot-starter-parent - 2.3.5.RELEASE + 2.3.8.RELEASE @@ -101,8 +101,8 @@ ${ccsdk.sli.version} - 2.3.5.RELEASE - 5.2.10.RELEASE + 2.3.8.RELEASE + 5.2.12.RELEASE 1.8 -- cgit 1.2.3-korg