This is an automated email from the ASF dual-hosted git repository.
fanningpj 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 48f3ba0c6 Update mongo-scala-driver to 5.6.4 (#1453)
48f3ba0c6 is described below
commit 48f3ba0c619e7386c6dec05e0cd6b6d037ca9745
Author: Scala Steward <[email protected]>
AuthorDate: Tue Feb 24 21:07:03 2026 +0100
Update mongo-scala-driver to 5.6.4 (#1453)
---
project/Dependencies.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 0f9e185f7..99350560c 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.6.3"))
+ "org.mongodb.scala" %% "mongo-scala-driver" % "5.6.4"))
val Mqtt = Seq(
libraryDependencies ++= Seq(
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]