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 Sep 20, 2024
1 parent b396ef1 commit bc61ff6
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 @@ -126,7 +126,7 @@ lazy val imageCopier = (project in file("imageCopier"))
libraryDependencies ++= Seq(
"com.amazonaws" % "aws-java-sdk-ec2" % awsV1SdkVersion,
"com.amazonaws" % "aws-lambda-java-core" % "1.2.3",
"com.amazonaws" % "aws-lambda-java-events" % "3.13.0",
"com.amazonaws" % "aws-lambda-java-events" % "3.14.0",
"io.circe" %% "circe-parser" % circeVersion,
"io.circe" %% "circe-generic" % circeVersion
)
Expand Down

0 comments on commit bc61ff6

Please sign in to comment.