Skip to content

Commit

Permalink
Update log4j-slf4j-impl to 2.21.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dwolla-oss-scala-steward[bot] authored and bpholt committed Nov 16, 2023
1 parent 6f32612 commit 9aad04c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -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,
Expand Down

0 comments on commit 9aad04c

Please sign in to comment.