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 a0f84bf84 Update mongo-scala-driver to 5.6.3 (#1403)
a0f84bf84 is described below
commit a0f84bf844c44cfb3b690fb1c31f48a525ad369a
Author: Scala Steward <[email protected]>
AuthorDate: Wed Feb 4 21:24:51 2026 +0100
Update mongo-scala-driver to 5.6.3 (#1403)
---
project/Dependencies.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index c64c4f88e..9fc917f2d 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.2"))
+ "org.mongodb.scala" %% "mongo-scala-driver" % "5.6.3"))
val Mqtt = Seq(
libraryDependencies ++= Seq(
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]