From a2b1038241025da8b2c30057958b67d8ee22655f Mon Sep 17 00:00:00 2001 From: "scalikejdbc-bot[bot]" <74833019+scalikejdbc-bot[bot]@users.noreply.github.com> Date: Sun, 13 Oct 2024 01:10:36 +0000 Subject: [PATCH] Update logback-classic to 1.5.10 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 2916cf8..d69da6a 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.10" % "test" ) }, libraryDependencies ++= Seq(