From c178c18970288c15764e8fbfd57987b97f3d43aa Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 8 Jul 2026 14:56:26 +0000 Subject: [PATCH] Update mongodb-driver-core, ... to 5.9.0 --- project/Commons.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Commons.scala b/project/Commons.scala index 5967c37f3..23ac5934a 100644 --- a/project/Commons.scala +++ b/project/Commons.scala @@ -31,7 +31,7 @@ object Commons extends ProjectGroup("commons") { val scalatestVersion = "3.2.20" val scalatestplusScalacheckVersion = "3.2.14.0" val scalacheckVersion = "1.19.0" - val mongoVersion = "5.8.0" + val mongoVersion = "5.9.0" val jettyVersion = "12.1.10" val springVersion = "6.2.19" val typesafeConfigVersion = "1.4.9"