From 72f963514db2316c21d0791c10c1823fa9d73c8c Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 8 Jul 2026 15:57:04 +0000 Subject: [PATCH] Update bson, mongodb-driver-core, ... from 5.8.0 to 5.9.0 --- build.sbt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/build.sbt b/build.sbt index 2b7468a..794a1ff 100644 --- a/build.sbt +++ b/build.sbt @@ -42,10 +42,10 @@ lazy val molly_core = project Seq( "co.fs2" %% "fs2-core" % "3.13.0", "co.fs2" %% "fs2-reactive-streams" % "3.13.0", - "org.mongodb" % "bson" % "5.8.0", - "org.mongodb" % "mongodb-driver-core" % "5.8.0", - "org.mongodb" % "mongodb-driver-reactivestreams" % "5.8.0", - "org.mongodb" % "mongodb-driver-sync" % "5.8.0", + "org.mongodb" % "bson" % "5.9.0", + "org.mongodb" % "mongodb-driver-core" % "5.9.0", + "org.mongodb" % "mongodb-driver-reactivestreams" % "5.9.0", + "org.mongodb" % "mongodb-driver-sync" % "5.9.0", "org.reactivestreams" % "reactive-streams" % "1.0.4", "org.typelevel" %% "cats-core" % "2.13.0", "org.typelevel" %% "cats-effect-kernel" % "3.7.0", @@ -66,7 +66,7 @@ lazy val molly_medeia = project libraryDependencies ++= Seq( "de.megaera" %% "medeia" % "1.0.9", - "org.mongodb" % "bson" % "5.8.0", + "org.mongodb" % "bson" % "5.9.0", "org.typelevel" %% "cats-core" % "2.13.0", "org.typelevel" %% "cats-effect-kernel" % "3.7.0", //