From 5f78f1a6d3eb7b9f80a7b7cd12d8673755c37095 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 11 Sep 2025 16:29:17 +0000 Subject: [PATCH] Update mongo-scala-driver to 5.6.0 --- project/Commons.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Commons.scala b/project/Commons.scala index a51e8c5c1..783725d1a 100644 --- a/project/Commons.scala +++ b/project/Commons.scala @@ -29,7 +29,7 @@ object Commons extends ProjectGroup("commons") { val scalatestplusScalacheckVersion = "3.2.14.0" val scalacheckVersion = "1.18.1" val jettyVersion = "12.1.0" - val mongoVersion = "5.5.1" + val mongoVersion = "5.6.0" val springVersion = "5.3.39" val typesafeConfigVersion = "1.4.4" val commonsIoVersion = "1.3.2" // test only