From 9aad04ce044bbd786c97318e7a2e3be899e6021f Mon Sep 17 00:00:00 2001 From: "dwolla-oss-scala-steward[bot]" <212073+dwolla-oss-scala-steward[bot]@users.noreply.github.com> Date: Tue, 24 Oct 2023 16:05:42 +0000 Subject: [PATCH] Update log4j-slf4j-impl to 2.21.1 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 6600f4c..fbf79c2 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.23", "com.amazonaws" % "aws-lambda-java-log4j2" % "1.6.0" % Runtime, - "org.apache.logging.log4j" % "log4j-slf4j-impl" % "2.20.0" % Runtime, + "org.apache.logging.log4j" % "log4j-slf4j-impl" % "2.21.1" % Runtime, "org.typelevel" %% "cats-effect-testkit" % "3.5.2" % Test, "org.typelevel" %% "munit-cats-effect" % "2.0.0-M3" % 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.20.0" % Runtime, + "org.apache.logging.log4j" % "log4j-slf4j-impl" % "2.21.1" % Runtime, "org.typelevel" %% "cats-effect-testkit" % "3.5.2" % Test, "org.typelevel" %% "munit-cats-effect" % "2.0.0-M3" % Test, "org.scalameta" %% "munit-scalacheck" % "1.0.0-M10" % Test,