From 5a64a9dcee661424906448052cd83ed9c347fd6e Mon Sep 17 00:00:00 2001 From: "lucuma-steward[bot]" <106720676+lucuma-steward[bot]@users.noreply.github.com> Date: Fri, 6 Sep 2024 20:35:09 +0000 Subject: [PATCH] Update logback-classic to 1.5.8 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 45783a1..0b09076 100644 --- a/build.sbt +++ b/build.sbt @@ -31,7 +31,7 @@ lazy val giapi = project "org.typelevel" %%% "discipline-munit" % "2.0.0-M4" % Test, "org.typelevel" %%% "munit-cats-effect" % "2.0.0-M5" % Test, "edu.gemini.aspen.gmp" % "gmp-statusdb" % "0.3.7" % Test, - "ch.qos.logback" % "logback-classic" % "1.4.14" % Test + "ch.qos.logback" % "logback-classic" % "1.5.8" % Test ), Test / fork := true )