From b95b99e5e755a4040a27ae9a9f681b1aba7fada0 Mon Sep 17 00:00:00 2001 From: "scalikejdbc-bot[bot]" <74833019+scalikejdbc-bot[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 01:57:00 +0000 Subject: [PATCH] Update logback-classic to 1.5.32 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 7954760..2bce209 100644 --- a/build.sbt +++ b/build.sbt @@ -8,7 +8,7 @@ lazy val root = (project in file(".")) libraryDependencies ++= Seq( "com.h2database" % "h2" % "2.2.224", "org.scalikejdbc" %% "scalikejdbc" % "4.3.5", - "ch.qos.logback" % "logback-classic" % "1.2.13" % "provided", + "ch.qos.logback" % "logback-classic" % "1.5.32" % "provided", "org.scalatest" %% "scalatest-funspec" % "3.2.20" % "test", "org.scalatest" %% "scalatest-shouldmatchers" % "3.2.20" % "test" ),