From 64b41e5ffc0622cc0c5d9cc1390f78d4bbabcb5a Mon Sep 17 00:00:00 2001 From: Scala Steward <2517319+scala-steward-bot@users.noreply.github.com> Date: Sat, 12 Oct 2024 08:43:32 +0000 Subject: [PATCH] Update logback-classic to 1.5.10 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 78ec1ff..93ae20e 100644 --- a/build.sbt +++ b/build.sbt @@ -13,7 +13,7 @@ libraryDependencies ++= Seq( "com.mysql" % "mysql-connector-j" % "9.0.0" % "test", "org.scalatest" %% "scalatest-funsuite" % "3.2.19" % "test", "com.h2database" % "h2" % "1.4.192" % "test", - "ch.qos.logback" % "logback-classic" % "1.5.9" % "test" + "ch.qos.logback" % "logback-classic" % "1.5.10" % "test" ) publishMavenStyle := true