From d223ec07f9facef9b3b4a2520a24ed91bbb4e6dc Mon Sep 17 00:00:00 2001 From: "alexklibisz-scala-steward[bot]" <125160947+alexklibisz-scala-steward[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 01:10:08 +0000 Subject: [PATCH] Dependencies: Update logback-classic from 1.5.18 to 1.5.19 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index c9e977a1..244e26a6 100644 --- a/build.sbt +++ b/build.sbt @@ -131,7 +131,7 @@ lazy val `elastiknn-plugin` = project "com.google.guava" % "failureaccess" % "1.0.3", "org.scalanlp" %% "breeze" % "2.1.0" % Test, "io.circe" %% "circe-parser" % CirceVersion % Test, - "ch.qos.logback" % "logback-classic" % "1.5.18" % Test + "ch.qos.logback" % "logback-classic" % "1.5.19" % Test ), TestSettings )