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",