From cdf9c9d63518ec7a6cdf92b38fda0a8d17c271ed Mon Sep 17 00:00:00 2001 From: Scala Steward <2517319+scala-steward-bot@users.noreply.github.com> Date: Tue, 8 Oct 2024 14:44:27 +0000 Subject: [PATCH] Update logback-classic to 1.5.9 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 1f39450..78ec1ff 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.8" % "test" + "ch.qos.logback" % "logback-classic" % "1.5.9" % "test" ) publishMavenStyle := true