From 595a84f3faacf16c22f9c210be811738394e87e2 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 8 Sep 2024 17:36:17 +0000 Subject: [PATCH] Update logback-classic, logback-core to 1.5.8 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 28b2fcb..ad57eda 100644 --- a/build.sbt +++ b/build.sbt @@ -29,8 +29,8 @@ libraryDependencies ++= Seq( "org.scalatest" %% "scalatest" % "3.2.19" % Test, "org.testng" % "testng" % "7.10.2" % Test, "com.google.guava" % "guava" % "33.3.0-jre" % Test, - "ch.qos.logback" % "logback-classic" % "1.5.7" % Test, - "ch.qos.logback" % "logback-core" % "1.5.7" % Test + "ch.qos.logback" % "logback-classic" % "1.5.8" % Test, + "ch.qos.logback" % "logback-core" % "1.5.8" % Test ) updateOptions := updateOptions.value.withGigahorse(false)