Skip to content

Commit

Permalink
Merge pull request #115 from guardian/update/aws
Browse files Browse the repository at this point in the history
chore(deps): AWS dependency updates
  • Loading branch information
lindseydew authored Oct 30, 2024
2 parents 3daf42d + 175adae commit 3b9391a
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 @@ -18,7 +18,7 @@ scalacOptions ++= Seq(
val circeVersion = "0.14.10"

libraryDependencies ++= Seq(
"com.amazonaws" % "aws-java-sdk-s3" % "1.12.774",
"com.amazonaws" % "aws-java-sdk-s3" % "1.12.777",
"com.amazonaws" % "aws-lambda-java-core" % "1.2.3",
"com.amazonaws" % "aws-lambda-java-log4j2" % "1.5.1",
"com.google.auth" % "google-auth-library-oauth2-http" % "1.28.0",
Expand Down

0 comments on commit 3b9391a

Please sign in to comment.