From 9c23b606e3040abb0f8b49ad87fea6b7124e5427 Mon Sep 17 00:00:00 2001 From: Dan Timoney Date: Tue, 3 Aug 2021 11:28:00 -0400 Subject: [PATCH] Update to spring boot version 2.3.12.RELEASE Update to latest version of spring boot 2.3 Issue-ID: CCSDK-3291 Signed-off-by: Dan Timoney Change-Id: Ie475c749fa9e8b58cae2aadbde0e8e9b40790f4d --- .../src/main/properties/springboot2.properties | 4 ++-- .../src/main/resources/pom-template.xml | 11 ++++++----- springboot/springboot1/pom.xml | 11 ++++++----- springboot/springboot2/pom.xml | 17 +++++++++-------- 4 files changed, 23 insertions(+), 20 deletions(-) diff --git a/springboot/spring-boot-setup/src/main/properties/springboot2.properties b/springboot/spring-boot-setup/src/main/properties/springboot2.properties index 3bd4976b..6e69d7fd 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.8.RELEASE +springbootparent.version=2.3.12.RELEASE springboot.project.artifactId=spring-boot-starter-parent -spring.version=5.2.12.RELEASE \ No newline at end of file +spring.version=5.2.15.RELEASE \ No newline at end of file diff --git a/springboot/spring-boot-setup/src/main/resources/pom-template.xml b/springboot/spring-boot-setup/src/main/resources/pom-template.xml index 7c4a0346..27ccde6f 100644 --- a/springboot/spring-boot-setup/src/main/resources/pom-template.xml +++ b/springboot/spring-boot-setup/src/main/resources/pom-template.xml @@ -119,22 +119,23 @@ 4.8-1 2.6 - 4.4.12 - 4.5.10 + 4.4.14 + 4.5.13 10.14.2.0 1.0.0 1.25.0 + 2.0.39.Final 3.10.0 3.10.0 - 2.25.1 - 2.25.1 + 2.30.1 + 2.30.1 1.3.8 1.2.3 2.7.3 2.4.0 1.7.25 6.14.3 - 9.0.30 + 9.0.46 direct-dependencies.txt diff --git a/springboot/springboot1/pom.xml b/springboot/springboot1/pom.xml index 62fdb355..f24ae877 100644 --- a/springboot/springboot1/pom.xml +++ b/springboot/springboot1/pom.xml @@ -119,22 +119,23 @@ 4.8-1 2.6 - 4.4.12 - 4.5.10 + 4.4.14 + 4.5.13 10.14.2.0 1.0.0 1.25.0 + 2.0.39.Final 3.10.0 3.10.0 - 2.25.1 - 2.25.1 + 2.30.1 + 2.30.1 1.3.8 1.2.3 2.7.3 2.4.0 1.7.25 6.14.3 - 9.0.30 + 9.0.46 direct-dependencies.txt diff --git a/springboot/springboot2/pom.xml b/springboot/springboot2/pom.xml index 2ec92953..cf823d3d 100644 --- a/springboot/springboot2/pom.xml +++ b/springboot/springboot2/pom.xml @@ -8,7 +8,7 @@ org.springframework.boot spring-boot-starter-parent - 2.3.8.RELEASE + 2.3.12.RELEASE @@ -102,8 +102,8 @@ ${ccsdk.sli.version} - 2.3.8.RELEASE - 5.2.12.RELEASE + 2.3.12.RELEASE + 5.2.15.RELEASE 1.8 @@ -119,22 +119,23 @@ 4.8-1 2.6 - 4.4.12 - 4.5.10 + 4.4.14 + 4.5.13 10.14.2.0 1.0.0 1.25.0 + 2.0.39.Final 3.10.0 3.10.0 - 2.25.1 - 2.25.1 + 2.30.1 + 2.30.1 1.3.8 1.2.3 2.7.3 2.4.0 1.7.25 6.14.3 - 9.0.30 + 9.0.46 direct-dependencies.txt -- 2.16.6