From c6448834c93ca9c7482fcba4c2f71fc57d25e61f Mon Sep 17 00:00:00 2001 From: broadbot Date: Mon, 20 Nov 2023 12:01:12 +0000 Subject: [PATCH] Update log4j-to-slf4j from 2.21.1 to 2.22.0 --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index ef884e778..c83dc2d53 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -38,7 +38,7 @@ object Dependencies { // END transitive dependency overrides // elasticsearch requires log4j, but we redirect log4j to logback - "org.apache.logging.log4j" % "log4j-to-slf4j" % "2.21.1", + "org.apache.logging.log4j" % "log4j-to-slf4j" % "2.22.0", "ch.qos.logback" % "logback-classic" % "1.4.11", "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",