diff --git a/build.sbt b/build.sbt index 54e32a4..024ebbd 100644 --- a/build.sbt +++ b/build.sbt @@ -48,7 +48,7 @@ lazy val `iam-user-cleanup` = (project in file(".")) "org.http4s" %% "http4s-ember-client" % http4sVersion, "org.typelevel" %% "log4cats-slf4j" % log4catsVersion, "org.typelevel" %% "cats-effect" % "3.3.12", - "com.amazonaws" % "aws-lambda-java-log4j2" % "1.5.1" % Runtime, + "com.amazonaws" % "aws-lambda-java-log4j2" % "1.6.0" % Runtime, "org.apache.logging.log4j" % "log4j-slf4j-impl" % "2.17.2" % Runtime, "org.typelevel" %% "munit-cats-effect-3" % "1.0.7" % Test, "org.typelevel" %% "scalacheck-effect" % scalacheckEffectVersion % Test,