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