From 507f43002ccbd97d9dd19a09231817fc0a4d95f6 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 10 Jul 2024 13:21:08 +0000 Subject: [PATCH] Update mongodb-driver-core, ... to 5.1.2 --- project/Commons.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Commons.scala b/project/Commons.scala index 29e9106bc..d20714536 100644 --- a/project/Commons.scala +++ b/project/Commons.scala @@ -30,7 +30,7 @@ object Commons extends ProjectGroup("commons") { val scalatestplusScalacheckVersion = "3.2.14.0" val scalacheckVersion = "1.18.0" val jettyVersion = "10.0.22" - val mongoVersion = "5.1.1" + val mongoVersion = "5.1.2" val springVersion = "5.3.37" val typesafeConfigVersion = "1.4.3" val commonsIoVersion = "1.3.2" // test only