From b926e50b6114d75bd6a7d255dda7b28b5342dfea Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 13 Mar 2025 14:51:14 +0000 Subject: [PATCH] Update spring-context to 6.2.4 --- project/Commons.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Commons.scala b/project/Commons.scala index 98f080fde..0accc8d63 100644 --- a/project/Commons.scala +++ b/project/Commons.scala @@ -31,7 +31,7 @@ object Commons extends ProjectGroup("commons") { val scalacheckVersion = "1.18.1" val jettyVersion = "12.0.16" val mongoVersion = "5.3.1" - val springVersion = "5.3.39" + val springVersion = "6.2.4" val typesafeConfigVersion = "1.4.3" val commonsIoVersion = "1.3.2" // test only val scalaLoggingVersion = "3.9.5"