diff --git a/build.sbt b/build.sbt index c8c727a..0174d78 100644 --- a/build.sbt +++ b/build.sbt @@ -132,7 +132,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.26" % Test ) ++ additionalDeps ++ playDependencies.value ++ specs2Dependencies.value ++ silencer }, mimaBinaryIssueFilters ++= Seq.empty