Skip to content

Commit

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

Expand Down

0 comments on commit ae41629

Please sign in to comment.