From fbc9a683bab3ebf5eb2ec7d73511b444a9ad1448 Mon Sep 17 00:00:00 2001 From: "aiven-scala-steward[bot]" <143503567+aiven-scala-steward[bot]@users.noreply.github.com> Date: Sun, 22 Dec 2024 00:31:27 +0000 Subject: [PATCH] Update logback-classic to 1.5.15 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 176ec0e4..83854ade 100644 --- a/build.sbt +++ b/build.sbt @@ -20,7 +20,7 @@ val futilesVersion = "2.0.2" val quillJdbcMonixVersion = "3.7.2" val postgresqlJdbcVersion = "42.7.3" val scalaLoggingVersion = "3.9.5" -val logbackClassicVersion = "1.5.6" +val logbackClassicVersion = "1.5.15" val declineVersion = "2.4.1" val pureConfigVersion = "0.17.6" val scalaTestVersion = "3.2.18"