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 cfd92759d Update mongo-scala-driver to 5.6.1 (#1237) cfd92759d is described below commit cfd92759d980cf0c2bfc77d4fdd6591c044b210d Author: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com> AuthorDate: Thu Oct 9 10:16:48 2025 +0100 Update mongo-scala-driver to 5.6.1 (#1237) Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com> --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index e5f7c7344..ba42f6bf6 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.0")) + "org.mongodb.scala" %% "mongo-scala-driver" % "5.6.1")) val Mqtt = Seq( libraryDependencies ++= Seq( --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pekko.apache.org For additional commands, e-mail: commits-h...@pekko.apache.org