Skip to content

Commit

Permalink
Update aws-java-sdk-s3 to 1.11.1034
Browse files Browse the repository at this point in the history
  • Loading branch information
1 parent 52562de commit aa6844d
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 @@ -3,7 +3,7 @@ import sbt._
object Dependencies {
val capiVersion = "19.2.1"

val awsSdk = "com.amazonaws" % "aws-java-sdk-s3" % "1.11.646"
val awsSdk = "com.amazonaws" % "aws-java-sdk-s3" % "1.11.1034"
val commonsIo = "org.apache.commons" % "commons-io" % "1.3.2"
val contentApi = "com.gu" %% "content-api-client" % capiVersion
val contentApiDefault = "com.gu" %% "content-api-client-default" % capiVersion % Test
Expand Down

0 comments on commit aa6844d

Please sign in to comment.