Skip to content

Commit

Permalink
Merge pull request #164 from Dwolla/update-aws-lambda-java-log4j2-to-…
Browse files Browse the repository at this point in the history
…1.5.0

update aws-lambda-java-log4j2 to 1.5.0
  • Loading branch information
Corey Oliver authored Dec 21, 2021
2 parents 94f9d54 + ff93015 commit 9d981b2
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 @@ -131,7 +131,7 @@ lazy val lambdaIOApp = crossProject(JSPlatform, JVMPlatform)
libraryDependencies ++= {
Seq(
"com.amazonaws" % "aws-lambda-java-core" % "1.2.1",
"com.amazonaws" % "aws-lambda-java-log4j2" % "1.3.0",
"com.amazonaws" % "aws-lambda-java-log4j2" % "1.5.0",
"co.fs2" %% "fs2-io" % fs2Version,
"org.typelevel" %% "log4cats-slf4j" % "1.3.1",
"org.apache.logging.log4j" % "log4j-slf4j-impl" % "2.17.0",
Expand Down

0 comments on commit 9d981b2

Please sign in to comment.