Skip to content

Commit

Permalink
Update aws-lambda-java-core to 1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
faustin0 authored and mergify[bot] committed Aug 20, 2023
1 parent a767aaf commit 654514f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ object Dependencies {
)

lazy val awsDeps = Seq(
"com.amazonaws" % "aws-lambda-java-core" % "1.2.2",
"com.amazonaws" % "aws-lambda-java-core" % "1.2.3",
"com.amazonaws" % "aws-lambda-java-events" % "3.11.2",
"software.amazon.awssdk" % "s3" % awsSdkVersion
) ++ dynamoDeps
Expand Down

0 comments on commit 654514f

Please sign in to comment.