From 60c2eab18de451c89dfc531e5e949b4a89d238b8 Mon Sep 17 00:00:00 2001 From: "dwolla-oss-scala-steward[bot]" <212073+dwolla-oss-scala-steward[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 12:07:41 +0000 Subject: [PATCH] Update log4j-slf4j-impl to 2.22.0 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 08803db..2a7f2bd 100644 --- a/build.sbt +++ b/build.sbt @@ -86,7 +86,7 @@ lazy val `autoscaling-ecs-draining-lambda` = project "org.typelevel" %% "log4cats-slf4j" % "2.6.0", "org.http4s" %% "http4s-ember-client" % "0.23.24", "com.amazonaws" % "aws-lambda-java-log4j2" % "1.6.0" % Runtime, - "org.apache.logging.log4j" % "log4j-slf4j-impl" % "2.21.1" % Runtime, + "org.apache.logging.log4j" % "log4j-slf4j-impl" % "2.22.0" % Runtime, "org.typelevel" %% "cats-effect-testkit" % "3.5.2" % Test, "org.typelevel" %% "munit-cats-effect" % "2.0.0-M4" % Test, "org.scalameta" %% "munit-scalacheck" % "1.0.0-M10" % Test, @@ -120,7 +120,7 @@ lazy val `registrator-health-check-lambda` = project "org.http4s" %% "http4s-ember-client" % "0.23.21", "org.typelevel" %% "mouse" % "1.2.1", "com.amazonaws" % "aws-lambda-java-log4j2" % "1.6.0" % Runtime, - "org.apache.logging.log4j" % "log4j-slf4j-impl" % "2.21.1" % Runtime, + "org.apache.logging.log4j" % "log4j-slf4j-impl" % "2.22.0" % Runtime, "org.typelevel" %% "cats-effect-testkit" % "3.5.2" % Test, "org.typelevel" %% "munit-cats-effect" % "2.0.0-M4" % Test, "org.scalameta" %% "munit-scalacheck" % "1.0.0-M10" % Test,