From 3716136cdf88bef2fc15b821f83e139f6bd2ce05 Mon Sep 17 00:00:00 2001 From: Dan Timoney Date: Mon, 31 Aug 2020 16:03:12 -0400 Subject: Upgrade to latest springboot release Upgrade to latest springboot release (2.3.3.RELEASE) Change-Id: I2aabcc0f258912f79ea6334ebec0ab342a2b066f Issue-ID: CCSDK-2633 Signed-off-by: Dan Timoney --- .../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 68a672b3..15dca1b9 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.2.4.RELEASE +springbootparent.version=2.3.3.RELEASE springboot.project.artifactId=spring-boot-starter-parent -spring.version=5.2.3.RELEASE \ No newline at end of file +spring.version=5.2.8.RELEASE \ No newline at end of file diff --git a/springboot/springboot2/pom.xml b/springboot/springboot2/pom.xml index b628f4a6..dfd87f82 100644 --- a/springboot/springboot2/pom.xml +++ b/springboot/springboot2/pom.xml @@ -8,7 +8,7 @@ org.springframework.boot spring-boot-starter-parent - 2.2.4.RELEASE + 2.3.3.RELEASE @@ -100,8 +100,8 @@ 1.0.0-SNAPSHOT - 2.2.4.RELEASE - 5.2.3.RELEASE + 2.3.3.RELEASE + 5.2.8.RELEASE 1.8 -- cgit 1.2.3-korg