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

pjfanning 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 531541e35 Update mongo-scala-driver to 5.11.1 (#1938)
531541e35 is described below

commit 531541e35d8c988a2f751bc2cc522820ac8416e9
Author: Scala Steward <[email protected]>
AuthorDate: Thu Sep 10 22:12:11 2026 +0200

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

diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index f4f18f03f..02111b7f5 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -419,7 +419,7 @@ object Dependencies {
 
   val MongoDb = Seq(
     libraryDependencies ++= Seq(
-      "org.mongodb.scala" %% "mongo-scala-driver" % "5.11.0"))
+      "org.mongodb.scala" %% "mongo-scala-driver" % "5.11.1"))
 
   val Mqtt = Seq(
     libraryDependencies ++= Seq(


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

Reply via email to