Skip to content

Commit

Permalink
Update s3mock-testcontainers to 3.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gu-scala-steward-public-repos[bot] committed Apr 30, 2024
1 parent 6f0a660 commit 0226dcd
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.2" % Test
"com.adobe.testing" % "s3mock-testcontainers" % "3.7.1" % Test
)
)

Expand Down

0 comments on commit 0226dcd

Please sign in to comment.