From 11f23c3c6f226ca54e5e979607b5ab781815b767 Mon Sep 17 00:00:00 2001 From: Broad Bot <61600560+broadbot@users.noreply.github.com> Date: Tue, 15 Oct 2024 13:05:13 -0400 Subject: [PATCH] [CORE-69] Update logback-classic from 1.5.8 to 1.5.10 (#1454) --- automation/project/Dependencies.scala | 2 +- project/Dependencies.scala | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/automation/project/Dependencies.scala b/automation/project/Dependencies.scala index 275cbe375..26d08f757 100644 --- a/automation/project/Dependencies.scala +++ b/automation/project/Dependencies.scala @@ -36,7 +36,7 @@ object Dependencies { val rootDependencies: Seq[ModuleID] = Seq( "com.fasterxml.jackson.module" %% "jackson-module-scala" % jacksonV, "net.virtual-void" %% "json-lenses" % "0.6.2" % "test", - "ch.qos.logback" % "logback-classic" % "1.5.8", + "ch.qos.logback" % "logback-classic" % "1.5.10", "com.typesafe.akka" %% "akka-http-core" % akkaHttpV, "com.typesafe.akka" %% "akka-stream-testkit" % akkaV, "com.typesafe.akka" %% "akka-http" % akkaHttpV, diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 62f0c1eab..825651b2d 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -43,7 +43,7 @@ object Dependencies { // elasticsearch requires log4j, but we redirect log4j to logback "org.apache.logging.log4j" % "log4j-to-slf4j" % "2.24.1", - "ch.qos.logback" % "logback-classic" % "1.5.8", + "ch.qos.logback" % "logback-classic" % "1.5.10", "io.sentry" % "sentry-logback" % "7.14.0", "com.typesafe.scala-logging" %% "scala-logging" % "3.9.5",