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 81e2306 commit 159af7c
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 @@ -40,7 +40,7 @@ lazy val `rabbitmq-topology-backup` = (project in file("."))
"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,
"com.amazonaws" % "aws-lambda-java-log4j2" % "1.5.1" % Runtime,
"com.amazonaws" % "aws-lambda-java-log4j2" % "1.6.0" % Runtime,
"software.amazon.awssdk" % "kms" % "2.17.255" % Runtime,
"org.typelevel" %% "munit-cats-effect-3" % "1.0.7" % Test,
"com.eed3si9n.expecty" %% "expecty" % "0.15.4" % Test,
Expand Down

0 comments on commit 159af7c

Please sign in to comment.