Skip to content

Commit aa7ee59

Browse files
Update s3 from 2.29.9 to 2.29.20
1 parent 7b7ee9e commit aa7ee59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -580,7 +580,7 @@ lazy val scala_libraries_testing = (project in file("scala-libraries-testing"))
580580
"com.amazonaws" % "aws-java-sdk-s3" % "1.12.778" % IntegrationTest,
581581
"com.dimafeng" %% "testcontainers-scala-scalatest" % scalaTestContainersVersion % IntegrationTest,
582582
"com.dimafeng" %% "testcontainers-scala-localstack-v2" % scalaTestContainersVersion % IntegrationTest,
583-
"software.amazon.awssdk" % "s3" % "2.29.9"
583+
"software.amazon.awssdk" % "s3" % "2.29.20"
584584

585585
),
586586
Defaults.itSettings,

0 commit comments

Comments
 (0)