From 4ccffe55d49a261805ee231a2052c5e98dc0a83f Mon Sep 17 00:00:00 2001 From: "scalikejdbc-bot[bot]" <74833019+scalikejdbc-bot[bot]@users.noreply.github.com> Date: Sat, 26 Oct 2024 01:04:35 +0000 Subject: [PATCH] Update logback-classic to 1.5.12 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 87650d5..db71b85 100644 --- a/build.sbt +++ b/build.sbt @@ -62,7 +62,7 @@ lazy val core = (project in file("core")).settings( "org.testcontainers" % "postgresql" % "1.20.3" % "test", "org.postgresql" % "postgresql" % postgresqlVersion % "test", mysqlConnectorJ, - "ch.qos.logback" % "logback-classic" % "1.2.+" % "test" + "ch.qos.logback" % "logback-classic" % "1.5.12" % "test" ) }, libraryDependencies ++= Seq(