From 0ce54246667f83114af737dc8b1296e863dfc2ee Mon Sep 17 00:00:00 2001 From: Praveen Govindan Date: Wed, 1 Nov 2023 17:37:42 -0700 Subject: [PATCH 1/2] Upgrade springboot version --- pom.xml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/pom.xml b/pom.xml index e9b4eea..e2b0e8b 100644 --- a/pom.xml +++ b/pom.xml @@ -31,8 +31,7 @@ 17 17 UTF-8 - 3.0.2 - 6.0.4 + 3.1.5 31.0.1-jre @@ -52,13 +51,6 @@ - - org.springframework - spring-framework-bom - ${spring.version} - pom - import - org.springframework.boot spring-boot-dependencies From 20bbd90244d45e87d781b02a075d2d1687d7cc52 Mon Sep 17 00:00:00 2001 From: Praveen Govindan Date: Wed, 1 Nov 2023 18:11:13 -0700 Subject: [PATCH 2/2] Upgrade springboot version Spring boot requires a min java version of 17 --- springboot-unleash-core/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/springboot-unleash-core/pom.xml b/springboot-unleash-core/pom.xml index 1824336..f3e0584 100644 --- a/springboot-unleash-core/pom.xml +++ b/springboot-unleash-core/pom.xml @@ -10,8 +10,8 @@ springboot-unleash-core - 11 - 11 + 17 + 17 UTF-8 1.9.9.1 7.0.0