Skip to content

Commit 447a90a

Browse files
authored
Merge pull request #1372 from Baeldung/update/s3-2.25.60
Update s3 from 2.25.54 to 2.25.60
2 parents bb433e5 + fcb8904 commit 447a90a

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
@@ -527,7 +527,7 @@ lazy val scala_libraries_testing = (project in file("scala-libraries-testing"))
527527
"com.amazonaws" % "aws-java-sdk-s3" % "1.12.724" % IntegrationTest,
528528
"com.dimafeng" %% "testcontainers-scala-scalatest" % "0.41.3" % IntegrationTest,
529529
"com.dimafeng" %% "testcontainers-scala-localstack-v2" % "0.41.3" % IntegrationTest,
530-
"software.amazon.awssdk" % "s3" % "2.25.54"
530+
"software.amazon.awssdk" % "s3" % "2.25.60"
531531
),
532532
Defaults.itSettings,
533533
IntegrationTest / fork := true

0 commit comments

Comments
 (0)