From 83ce508423fe4cb7aab7ae838e8280e45d1aaac0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 00:24:25 +0000 Subject: [PATCH] Update logback-classic to 1.5.16 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 133bd02..57dd64a 100644 --- a/build.sbt +++ b/build.sbt @@ -12,7 +12,7 @@ val V = new { val catsEffect = "3.5.7" val commonsCompress = "1.27.1" val fs2 = "3.11.0" - val logbackClassic = "1.5.12" + val logbackClassic = "1.5.16" val lz4 = "1.8.0" val munitCatsEffect = "2.0.0" val zip4j = "2.11.5"