Skip to content

Commit c2400de

Browse files
authored
Merge pull request #1254 from Baeldung/update/s3-2.25.21
Update s3 from 2.25.15 to 2.25.21
2 parents 1f2217a + 7f2ecc6 commit c2400de

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
@@ -511,7 +511,7 @@ lazy val scala_libraries_testing = (project in file("scala-libraries-testing"))
511511
"com.amazonaws" % "aws-java-sdk-s3" % "1.12.691" % IntegrationTest,
512512
"com.dimafeng" %% "testcontainers-scala-scalatest" % "0.41.3" % IntegrationTest,
513513
"com.dimafeng" %% "testcontainers-scala-localstack-v2" % "0.41.3" % IntegrationTest,
514-
"software.amazon.awssdk" % "s3" % "2.25.15"
514+
"software.amazon.awssdk" % "s3" % "2.25.21"
515515
),
516516
Defaults.itSettings,
517517
IntegrationTest / fork := true

0 commit comments

Comments
 (0)