From 0ea0978385e7c693e2b54555fb5656d11759d7a9 Mon Sep 17 00:00:00 2001 From: "dwolla-oss-scala-steward[bot]" <212073+dwolla-oss-scala-steward[bot]@users.noreply.github.com> Date: Sat, 7 Sep 2024 00:21:26 +0000 Subject: [PATCH] Update log4j-slf4j-impl to 2.24.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 18bd236..14cca43 100644 --- a/build.sbt +++ b/build.sbt @@ -39,7 +39,7 @@ lazy val `rabbitmq-topology-backup` = (project in file(".")) "org.tpolecat" %% "natchez-http4s" % "0.3.2", "org.typelevel" %% "log4cats-slf4j" % log4CatsVersion, "com.dwolla" %% "fs2-aws-java-sdk2" % "3.0.0-RC1", - "org.apache.logging.log4j" % "log4j-slf4j-impl" % "2.17.2" % Runtime, + "org.apache.logging.log4j" % "log4j-slf4j-impl" % "2.24.0" % Runtime, "com.amazonaws" % "aws-lambda-java-log4j2" % "1.5.1" % Runtime, "software.amazon.awssdk" % "kms" % "2.17.255" % Runtime, "org.typelevel" %% "munit-cats-effect-3" % "1.0.7" % Test,