From 268b07cce6d06ce9230f2ceb4b1ebc4bfd33e06c Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 11 Nov 2021 20:01:54 +0100 Subject: [PATCH] Update logback-classic to 1.2.7 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 738a4c6..eabb4b0 100644 --- a/build.sbt +++ b/build.sbt @@ -18,7 +18,7 @@ lazy val core = project "com.typesafe.akka" %% "akka-slf4j" % Akka, "com.typesafe.akka" %% "akka-http" % AkkaHttp, "com.madgag.scala-git" %% "scala-git" % "4.2", - "ch.qos.logback" % "logback-classic" % "1.2.6", + "ch.qos.logback" % "logback-classic" % "1.2.7", "org.mdedetrich" %% "akka-stream-circe" % "0.8.0", "com.lightbend.akka" %% "akka-stream-alpakka-json-streaming" % "3.0.3", "io.circe" %% "circe-generic" % Circe,