From cc2fbe51b8c4bd4b0e8aaa5f64c2051f05f04db8 Mon Sep 17 00:00:00 2001 From: "scalikejdbc-bot[bot]" <74833019+scalikejdbc-bot[bot]@users.noreply.github.com> Date: Fri, 16 Aug 2024 00:59:03 +0000 Subject: [PATCH] Update logback-classic to 1.5.7 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index ffaac9c..f7d924e 100644 --- a/build.sbt +++ b/build.sbt @@ -62,7 +62,7 @@ lazy val core = (project in file("core")).settings( "org.testcontainers" % "postgresql" % "1.20.1" % "test", "org.postgresql" % "postgresql" % postgresqlVersion % "test", mysqlConnectorJ, - "ch.qos.logback" % "logback-classic" % "1.2.+" % "test" + "ch.qos.logback" % "logback-classic" % "1.5.7" % "test" ) }, libraryDependencies ++= Seq(