From ec7a281cf53db57b7c93a3f5675f1bb4e71ea205 Mon Sep 17 00:00:00 2001 From: broadbot Date: Mon, 7 Aug 2023 12:00:50 +0000 Subject: [PATCH] Update logback-classic from 1.4.8 to 1.4.9 --- 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 e96aa70ce..4d57fd58a 100644 --- a/automation/project/Dependencies.scala +++ b/automation/project/Dependencies.scala @@ -34,7 +34,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.4.8", + "ch.qos.logback" % "logback-classic" % "1.4.9", "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 d34b7beb4..33265ea02 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -39,7 +39,7 @@ object Dependencies { // elasticsearch requires log4j, but we redirect log4j to logback "org.apache.logging.log4j" % "log4j-to-slf4j" % "2.20.0", - "ch.qos.logback" % "logback-classic" % "1.4.8", + "ch.qos.logback" % "logback-classic" % "1.4.9", "com.getsentry.raven" % "raven-logback" % "8.0.3", // TODO: this should be io.sentry / sentry-logback instead "com.typesafe.scala-logging" %% "scala-logging" % "3.9.5",