Skip to content

Commit

Permalink
Merge pull request #1455 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 Apr 25, 2024
2 parents 26b6a29 + 029123e commit 6ef4190
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ val jacksonVersion = "2.17.0"
val circeVersion = "0.14.6"

// These can live in the same codebase, see: https://aws.amazon.com/blogs/developer/aws-sdk-for-java-2-x-released/
val awsV1SdkVersion = "1.12.701"
val awsV1SdkVersion = "1.12.708"
val awsV2SdkVersion = "2.25.26"

libraryDependencies ++= Seq(
Expand Down 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.11.4",
"com.amazonaws" % "aws-lambda-java-events" % "3.11.5",
"io.circe" %% "circe-parser" % circeVersion,
"io.circe" %% "circe-generic" % circeVersion
)
Expand Down

0 comments on commit 6ef4190

Please sign in to comment.