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 ea1eaf4c9 Update mongo-scala-driver to 5.6.5 (#1567)
ea1eaf4c9 is described below
commit ea1eaf4c99242b29f0e8cf8ba6c3a37d9ab64470
Author: Scala Steward <[email protected]>
AuthorDate: Thu Apr 9 17:26:27 2026 +0200
Update mongo-scala-driver to 5.6.5 (#1567)
---
project/Dependencies.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 2c81cdb90..a3cadfedc 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.4"))
+ "org.mongodb.scala" %% "mongo-scala-driver" % "5.6.5"))
val Mqtt = Seq(
libraryDependencies ++= Seq(
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]