From 00967209ee80fff6249de0bc56b193b34cdb44ca Mon Sep 17 00:00:00 2001 From: Scala Steward <2517319+scala-steward-bot@users.noreply.github.com> Date: Thu, 11 Dec 2025 18:57:49 +0000 Subject: [PATCH] Update logback-classic to 1.5.22 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 5b10420..f65c293 100644 --- a/build.sbt +++ b/build.sbt @@ -12,7 +12,7 @@ libraryDependencies ++= Seq( "com.mysql" % "mysql-connector-j" % "9.5.0" % "test", "org.scalatest" %% "scalatest-funsuite" % "3.2.19" % "test", "com.h2database" % "h2" % "1.4.192" % "test", - "ch.qos.logback" % "logback-classic" % "1.5.21" % "test" + "ch.qos.logback" % "logback-classic" % "1.5.22" % "test" ) publishMavenStyle := true