From 9e4f77ea3a8a7522cd998effd28f2b074fe1b558 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2024 12:00:42 +0000 Subject: [PATCH] Update dependency ch.qos.logback:logback-classic to v1.5.11 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 31a75c7..5071707 100644 --- a/build.sbt +++ b/build.sbt @@ -17,7 +17,7 @@ libraryDependencies ++= Seq( "org.apache.commons" % "commons-lang3" % "3.17.0", "com.bot4s" %% "telegram-core" % "5.8.3", "com.bot4s" %% "telegram-akka" % "5.8.3", - "ch.qos.logback" % "logback-classic" % "1.5.10", + "ch.qos.logback" % "logback-classic" % "1.5.11", "com.github.tototoshi" %% "scala-csv" % "1.4.1", "org.specs2" %% "specs2-core" % "4.20.8" % "test", "com.google.zxing" % "core" % "3.5.3" % "test",