diff --git a/build.sbt b/build.sbt index c4022e1..1e4e653 100644 --- a/build.sbt +++ b/build.sbt @@ -134,7 +134,7 @@ lazy val reactivemongo = Project("Play2-ReactiveMongo", file(".")).settings( jsonCompat, reactiveMongoStreaming, "junit" % "junit" % "4.13.2" % Test, - "ch.qos.logback" % "logback-classic" % "1.2.13" % Test + "ch.qos.logback" % "logback-classic" % "1.5.34" % Test ) ++ additionalDeps ++ playDependencies.value ++ specs2Dependencies.value ++ silencer }, dependencyOverrides ++= {