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
gu-scala-steward-public-repos[bot] committed Oct 18, 2024
1 parent cde3ea7 commit 6f38c26
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 @@ -26,7 +26,7 @@ object Dependencies {
val awsDynamo = "software.amazon.awssdk" % "dynamodb" % awsSdkVersion

val awsLambda = "com.amazonaws" % "aws-lambda-java-core" % "1.2.3"
val awsEvents = "com.amazonaws" % "aws-lambda-java-events" % "3.11.6"
val awsEvents = "com.amazonaws" % "aws-lambda-java-events" % "3.14.0"

// scalaLambda depends on the old version of circe, until this PR is merged
// https://github.com/mkotsur/aws-lambda-scala/pull/30
Expand Down

0 comments on commit 6f38c26

Please sign in to comment.