From 9c971f185ff08e2aa2be9d58bd2b1e129d1533c6 Mon Sep 17 00:00:00 2001 From: "alexklibisz-scala-steward[bot]" <125160947+alexklibisz-scala-steward[bot]@users.noreply.github.com> Date: Fri, 3 May 2024 19:47:23 +0000 Subject: [PATCH] Dependencies: Update logback-classic from 1.5.4 to 1.5.6 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index b13600252..26d1573f9 100644 --- a/build.sbt +++ b/build.sbt @@ -124,7 +124,7 @@ lazy val `elastiknn-plugin` = project "com.google.guava" % "failureaccess" % "1.0.2", "org.scalanlp" %% "breeze" % "2.1.0" % Test, "io.circe" %% "circe-parser" % CirceVersion % Test, - "ch.qos.logback" % "logback-classic" % "1.5.4" % Test + "ch.qos.logback" % "logback-classic" % "1.5.6" % Test ), TestSettings )