Skip to content

Commit

Permalink
Merge pull request #47 from guardian/update/non_aws
Browse files Browse the repository at this point in the history
chore(deps): Non-AWS dependency updates
  • Loading branch information
rtyley authored Apr 30, 2024
2 parents 524b8b7 + d693d9e commit e6519de
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 @@ -32,7 +32,7 @@ def awsS3WithSdkVersion(version: Int)=
.settings(baseSettings,
libraryDependencies ++= Seq(
awsSdkForVersion(version),
"com.adobe.testing" % "s3mock-testcontainers" % "3.5.1" % Test
"com.adobe.testing" % "s3mock-testcontainers" % "3.5.2" % Test
)
)

Expand Down

0 comments on commit e6519de

Please sign in to comment.