Skip to content

Commit

Permalink
Update s3mock-testcontainers to 3.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
1 parent 7ecc049 commit 69aff46
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.7.1" % Test
"com.adobe.testing" % "s3mock-testcontainers" % "3.7.2" % Test
)
)

Expand Down

0 comments on commit 69aff46

Please sign in to comment.