From c1da6f3d3a5c1f4f3f4c7c30c074ec430866f415 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 21 Apr 2023 12:14:55 +0000 Subject: [PATCH] Update logback-classic to 1.4.7 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index bc9f1bc..3f27091 100644 --- a/build.sbt +++ b/build.sbt @@ -17,7 +17,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.4.6", + "ch.qos.logback" % "logback-classic" % "1.4.7", "org.mdedetrich" %% "akka-stream-circe" % "0.8.3", "com.lightbend.akka" %% "akka-stream-alpakka-json-streaming" % "3.0.4", "io.circe" %% "circe-generic" % "0.14.5",