From b8df153559f112da0360a21a77492c128ef78484 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 1 Dec 2023 17:32:53 +0000 Subject: [PATCH] Update logback-classic to 1.3.14 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index b8714c3..3c9b7c8 100644 --- a/build.sbt +++ b/build.sbt @@ -23,7 +23,7 @@ lazy val root = (project in file(".")) "io.circe" %% "circe-generic" % "0.14.6", // coursier only seems to include compile dependencies when // building a standalone executable (see coursier/coursier#552) - "ch.qos.logback" % "logback-classic" % "1.3.13" % Test, + "ch.qos.logback" % "logback-classic" % "1.3.14" % Test, "org.gnieh" %% "fs2-data-json" % fs2DataVersion, "org.gnieh" %% "fs2-data-json-circe" % fs2DataVersion ),