Skip to content

Commit

Permalink
Merge pull request #1551 from guardian/update/aws
Browse files Browse the repository at this point in the history
chore(deps): AWS dependency updates
  • Loading branch information
akash1810 authored Sep 21, 2024
2 parents b396ef1 + bc61ff6 commit d85a6e6
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 d85a6e6

Please sign in to comment.