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 0d817b848 Update mongo-scala-driver to 5.9.0 (#1767)
0d817b848 is described below

commit 0d817b84818f5a3f0dbbf1370806983259069bf3
Author: Scala Steward <[email protected]>
AuthorDate: Wed Jul 8 18:22:51 2026 +0200

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

diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index c94b43ee0..91833ef15 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -399,7 +399,7 @@ object Dependencies {
 
   val MongoDb = Seq(
     libraryDependencies ++= Seq(
-      "org.mongodb.scala" %% "mongo-scala-driver" % "5.8.0"))
+      "org.mongodb.scala" %% "mongo-scala-driver" % "5.9.0"))
 
   val Mqtt = Seq(
     libraryDependencies ++= Seq(


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

Reply via email to