From a663edac9b14ada5f74184d1d489b33d15a2ff96 Mon Sep 17 00:00:00 2001 From: Kartik Haritwal Date: Mon, 2 Feb 2026 23:24:41 +0530 Subject: [PATCH] Upgrade Spring Boot to 2.7.18 and enable Java 17 compatibility --- pom.xml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 1cb02b3..2f6fb3b 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ org.springframework.boot spring-boot-starter-parent - 1.5.2.RELEASE + 2.7.18 @@ -41,6 +41,11 @@ org.springframework.boot spring-boot-starter-thymeleaf + + org.springframework.boot + spring-boot-starter-web + + org.springframework.boot spring-boot-devtools @@ -140,7 +145,7 @@ - 1.8 + 17