From 3fa4ae1d2199f97c6c6504488d25931445906c4d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 2 Oct 2022 20:17:14 +0000 Subject: [PATCH] Update dependency ch.qos.logback:logback-classic to v1.4.2 --- sangria/build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sangria/build.sbt b/sangria/build.sbt index 63748a83..5e058216 100644 --- a/sangria/build.sbt +++ b/sangria/build.sbt @@ -13,5 +13,5 @@ libraryDependencies ++= Seq( "com.typesafe.akka" %% "akka-stream" % "2.6.20", "com.typesafe.akka" %% "akka-http" % "10.2.10", "com.typesafe.akka" %% "akka-http-core" % "10.2.10", - "ch.qos.logback" % "logback-classic" % "1.2.11" % Runtime, + "ch.qos.logback" % "logback-classic" % "1.4.2" % Runtime, ) \ No newline at end of file