From 230a0f140f7b7010d8b5a743fbb8b7e2866be200 Mon Sep 17 00:00:00 2001 From: "alexklibisz-scala-steward[bot]" <125160947+alexklibisz-scala-steward[bot]@users.noreply.github.com> Date: Thu, 6 Mar 2025 23:04:17 -0500 Subject: [PATCH] Dependencies: Update logback-classic from 1.5.16 to 1.5.17 (#764) Co-authored-by: alexklibisz-scala-steward[bot] <125160947+alexklibisz-scala-steward[bot]@users.noreply.github.com> --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 6c4c2580..63b78f46 100644 --- a/build.sbt +++ b/build.sbt @@ -131,7 +131,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.16" % Test + "ch.qos.logback" % "logback-classic" % "1.5.17" % Test ), TestSettings )