Skip to content

Commit

Permalink
Update aws-java-sdk-s3 to 1.12.780
Browse files Browse the repository at this point in the history
  • Loading branch information
1 parent db172a3 commit 244433f
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 @@ -4,7 +4,7 @@ object Dependencies {
val capiVersion = "33.0.0"
val eTagCachingVersion = "7.0.0"

val awsS3SdkV1 = "com.amazonaws" % "aws-java-sdk-s3" % "1.12.765"
val awsS3SdkV1 = "com.amazonaws" % "aws-java-sdk-s3" % "1.12.780"
val eTagCachingS3Base = "com.gu.etag-caching" %% "aws-s3-base" % eTagCachingVersion
val eTagCachingS3SupportForTesting = "com.gu.etag-caching" %% "aws-s3-sdk-v2" % eTagCachingVersion % Test
val commonsIo = "org.apache.commons" % "commons-io" % "1.3.2"
Expand Down

0 comments on commit 244433f

Please sign in to comment.