Skip to content

Commit

Permalink
Merge pull request #158 from guardian/update/aws
Browse files Browse the repository at this point in the history
chore(deps): AWS dependency updates
  • Loading branch information
rtyley authored Nov 13, 2024
2 parents 989a3e3 + 4c14c9d commit 2c378ad
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 @@ -2,7 +2,7 @@ import sbt._

object Dependencies {

val awsDependencies = Seq("com.amazonaws" % "aws-java-sdk-s3" % "1.12.470")
val awsDependencies = Seq("com.amazonaws" % "aws-java-sdk-s3" % "1.12.772")

val playLibs_2_8 = {
val version = "2.8.19"
Expand Down

0 comments on commit 2c378ad

Please sign in to comment.