From 11d9f1b26f3f03514ff045fe8b13ecad6c0cb43b Mon Sep 17 00:00:00 2001 From: "scalikejdbc-bot[bot]" <74833019+scalikejdbc-bot[bot]@users.noreply.github.com> Date: Wed, 16 Oct 2024 01:06:35 +0000 Subject: [PATCH] Update logback-classic to 1.5.11 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 2916cf8..ab0d72d 100644 --- a/build.sbt +++ b/build.sbt @@ -62,7 +62,7 @@ lazy val core = (project in file("core")).settings( "org.testcontainers" % "postgresql" % "1.20.2" % "test", "org.postgresql" % "postgresql" % postgresqlVersion % "test", mysqlConnectorJ, - "ch.qos.logback" % "logback-classic" % "1.2.+" % "test" + "ch.qos.logback" % "logback-classic" % "1.5.11" % "test" ) }, libraryDependencies ++= Seq(