Skip to content

Commit

Permalink
Update aws-lambda-java-log4j2 to 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dwolla-oss-scala-steward[bot] committed Nov 3, 2023
1 parent 29a4591 commit eaa7620
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit eaa7620

Please sign in to comment.