From f1bbaab518d8a073e65669cb828ce4a23c44ba71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beatrice=20Dellac=C3=A0?= Date: Thu, 12 Mar 2026 10:09:28 +0100 Subject: [PATCH] chore: downgrade spring-boot to 3.5.11 (latest stable 3.x, no breaking changes) --- pom.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index 4b4a9ad..7822d5d 100644 --- a/pom.xml +++ b/pom.xml @@ -25,24 +25,24 @@ org.springframework.boot spring-boot-starter-web - 4.0.3 + 3.5.11 org.springframework.boot spring-boot-starter-json - 4.0.3 + 3.5.11 org.springframework.boot spring-boot-starter-data-jpa - 4.0.3 + 3.5.11 org.springframework.boot spring-boot-starter-security - 4.0.3 + 3.5.11 io.jsonwebtoken @@ -109,4 +109,4 @@ - + \ No newline at end of file