From 779b0284cbebbeb08e7b3660b752c334723ef180 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 23 Dec 2021 16:02:28 +0100 Subject: [PATCH] Update logback-classic to 1.2.10 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index ce0815f..7b315ce 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.8", + "ch.qos.logback" % "logback-classic" % "1.2.10", "org.mdedetrich" %% "akka-stream-circe" % "0.8.0", "com.lightbend.akka" %% "akka-stream-alpakka-json-streaming" % "3.0.3", "io.circe" %% "circe-generic" % Circe,