This is an automated email from the ASF dual-hosted git repository.

mdedetrich 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 0914dc29a Update mongo-scala-driver to 5.0.1
0914dc29a is described below

commit 0914dc29a8c548b35acc14cd1b9bf9d1000c6c9f
Author: scala-steward-asf[bot] 
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
AuthorDate: Sun Apr 7 02:15:44 2024 +0000

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

diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index a66c0c9bc..48be0351d 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -345,7 +345,7 @@ object Dependencies {
   val MongoDb = Seq(
     crossScalaVersions -= Scala3,
     libraryDependencies ++= Seq(
-      "org.mongodb.scala" %% "mongo-scala-driver" % "5.0.0"))
+      "org.mongodb.scala" %% "mongo-scala-driver" % "5.0.1"))
 
   val Mqtt = Seq(
     libraryDependencies ++= Seq(


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

Reply via email to