diff --git a/sangria/build.sbt b/sangria/build.sbt index 8f969bca..3c9ac0c1 100644 --- a/sangria/build.sbt +++ b/sangria/build.sbt @@ -13,5 +13,5 @@ libraryDependencies ++= Seq( "com.typesafe.akka" %% "akka-stream" % "2.8.4", "com.typesafe.akka" %% "akka-http" % "10.5.2", "com.typesafe.akka" %% "akka-http-core" % "10.5.2", - "ch.qos.logback" % "logback-classic" % "1.2.11" % Runtime, + "ch.qos.logback" % "logback-classic" % "1.4.11" % Runtime, ) \ No newline at end of file