This is an automated email from the ASF dual-hosted git repository.

Philippus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pekko-connectors.git


The following commit(s) were added to refs/heads/main by this push:
     new c6b746afc Update mongo-scala-driver to 5.7.1 (#1642)
c6b746afc is described below

commit c6b746afc621e5c34a208b4120f991a24405bd8a
Author: Scala Steward <[email protected]>
AuthorDate: Wed May 27 16:53:19 2026 +0200

    Update mongo-scala-driver to 5.7.1 (#1642)
---
 project/Dependencies.scala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 4805392c9..f22c41565 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -394,7 +394,7 @@ object Dependencies {
   val MongoDb = Seq(
     crossScalaVersions -= Scala3,
     libraryDependencies ++= Seq(
-      "org.mongodb.scala" %% "mongo-scala-driver" % "5.7.0"))
+      "org.mongodb.scala" %% "mongo-scala-driver" % "5.7.1"))
 
   val Mqtt = Seq(
     libraryDependencies ++= Seq(


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to