From ef1f79147e768a2a369b7acc509463698a391610 Mon Sep 17 00:00:00 2001 From: "dwolla-oss-scala-steward[bot]" <212073+dwolla-oss-scala-steward[bot]@users.noreply.github.com> Date: Wed, 27 Dec 2023 08:06:26 +0000 Subject: [PATCH] Update log4j-slf4j-impl to 2.22.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 3798e99..de0f28d 100644 --- a/build.sbt +++ b/build.sbt @@ -50,7 +50,7 @@ lazy val `mysql-init-custom-resource` = (project in file(".")) "io.estatico" %% "newtype" % "0.4.4", "org.typelevel" %% "log4cats-slf4j" % log4catsVersion, "com.amazonaws" % "aws-lambda-java-log4j2" % "1.5.1" % Runtime, - "org.apache.logging.log4j" % "log4j-slf4j-impl" % "2.17.2" % Runtime, + "org.apache.logging.log4j" % "log4j-slf4j-impl" % "2.22.1" % Runtime, "com.chuusai" %% "shapeless" % "2.3.9", "com.dwolla" %% "fs2-aws-java-sdk2" % "3.0.0-RC1", "software.amazon.awssdk" % "secretsmanager" % awsSdkVersion,