From 427f4e5068ddd602c14cf946b4e4df3a59e0beb1 Mon Sep 17 00:00:00 2001 From: Fredrik Marjoni Date: Fri, 10 Apr 2026 09:27:43 +0200 Subject: [PATCH] Step 3: Upgrade Spring Framework Dependency - Compile: SUCCESS Updated spring-core dependency from 6.1.10 to 6.2.0 in pom.xml. Verified main and test source compilation succeeds. Known limitation: full test suite deferred to Final Validation. --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 75290fc..5bbba22 100644 --- a/pom.xml +++ b/pom.xml @@ -55,7 +55,7 @@ org.springframework spring-core - 6.1.10 + 6.2.0 org.slf4j