Skip to content

Commit c079617

Browse files
authored
Merge pull request #1658 from Baeldung/update/s3-2.29.20
Update s3 from 2.29.9 to 2.29.20
2 parents 6b9da40 + aa7ee59 commit c079617

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)