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 1a25e094c Update mongo-scala-driver to 5.3.0 (#947)
1a25e094c is described below

commit 1a25e094c1c1650b250db4e63146569f6b86c2ab
Author: scala-steward-asf[bot] 
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
AuthorDate: Sun Jan 12 10:42:38 2025 +0100

    Update mongo-scala-driver to 5.3.0 (#947)
    
    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 125b26cf1..ce3484c35 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -412,7 +412,7 @@ object Dependencies {
   val MongoDb = Seq(
     crossScalaVersions -= Scala3,
     libraryDependencies ++= Seq(
-      "org.mongodb.scala" %% "mongo-scala-driver" % "5.2.1"))
+      "org.mongodb.scala" %% "mongo-scala-driver" % "5.3.0"))
 
   val Mqtt = Seq(
     libraryDependencies ++= Seq(


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

Reply via email to