From 71b7762d3d1207773d91c5799c0dbf8dc1fa8576 Mon Sep 17 00:00:00 2001
From: Scala Steward <scala_steward@virtuslab.com>
Date: Sun, 26 Jan 2025 14:03:06 +0000
Subject: [PATCH] Update spring-context to 6.2.2

---
 project/Commons.scala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/project/Commons.scala b/project/Commons.scala
index f881dfc2a..d216176be 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.2"
   val typesafeConfigVersion = "1.4.3"
   val commonsIoVersion = "1.3.2" // test only
   val scalaLoggingVersion = "3.9.5"