From a7cb0ad41b57db86f25f12e8bc35a8b40ad85fea Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Tue, 7 Jul 2026 13:34:10 +0000 Subject: [PATCH] feature: upgrade to Java 25 & Spring Boot 3.5.x (pom.xml) Co-Authored-By: Arjun Mishra --- pom.xml | 18 ++++-------------- 1 file changed, 4 insertions(+), 14 deletions(-) diff --git a/pom.xml b/pom.xml index fc5bfeac..a45d511c 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 3.3.3 + 3.5.16 com.example @@ -27,7 +27,7 @@ - 17 + 25 @@ -52,9 +52,8 @@ - mysql - mysql-connector-java - 8.0.33 + com.mysql + mysql-connector-j runtime @@ -75,15 +74,6 @@ org.springframework.boot spring-boot-maven-plugin - - org.apache.maven.plugins - maven-compiler-plugin - 3.8.0 - - 1.8 - 1.8 - -