Skip to content

Commit

Permalink
Update aws-lambda-java-events to 3.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
faustin0 committed Sep 22, 2024
1 parent ea7bb95 commit a8df644
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 @@ -78,7 +78,7 @@ object Dependencies {
@deprecated
lazy val awsDeps = Seq(
"com.amazonaws" % "aws-lambda-java-core" % "1.2.3",
"com.amazonaws" % "aws-lambda-java-events" % "3.12.0",
"com.amazonaws" % "aws-lambda-java-events" % "3.14.0",
"software.amazon.awssdk" % "s3" % awsSdkVersion
) ++ dynamoDeps

Expand Down

0 comments on commit a8df644

Please sign in to comment.